Html Css Color HEX #309BCB Summer Sky

📋 copy color: '#309BCB'

red 48 ◦ green 155 ◦ blue 203

#309BCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #309BCB

Tints of Summer Sky #309BCB

RGB

 RED value IS 48 (19.14% from 255) = 11.82%

 GREEN value IS 155 (60.94% from 255) = 38.18%

 BLUE value IS 203 (79.69% from 255) = 50%

R = 11.82%
G = 38.18%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#309BCB (or 0x309BCB) is known color: Summer Sky. HEX triplet: 30, 9B and CB. RGB value is (48,155,203). Sum of RGB (Red+Green+Blue) = 48+155+203=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #309BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309BCB is #CF6434. Grayscale: #808080. Windows color (decimal): -13591605 or 13343536. OLE color: 13343536.

HSL color Cylindrical-coordinate representation of color #309BCB: hue angle of 198.58º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #309BCB is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 155 203 -
CMYK 0.76 0.24 0 0.20
HSL 198.58º 0.62% 0.49% -
HSV(B) 198.58º 0.76% 0.8% -
XYZ 23.72 28.38 60.73 -
YUV 128.48 170.05 70.6 -
System Red Green Blue C M Y K H S L
Decimal 48 155 203 0.76 0.24 0 0.20 198.58 0.62 0.49
Hex 30 9B CB 4C 18 0 14 C7 3E 31
Octal 60 233 313 114 30 0 24 307 76 61
Binary 110000 10011011 11001011 1001100 11000 0 10100 11000111 111110 110001

Color Harmonies of #309BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309BCB

Black with #309BCB

Text Example


Text Example

White with #309BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309BCB; }

 p { color: rgb(48,155,203); }

 H1.HeaderClassName
 {
   color: #309BCB;
 }
 .AnyTagClassName
 {
   color: #309BCB;
 }
</style>

background-color css

<style>
 a { background-color: #309BCB; }

 a { background-color: rgb(48,155,203); }

 div.DivClassName
 {
   background-color: #309BCB;
 }
 .BgClassName
 {
   background-color: #309BCB;
 }
</style>

border-color css

<style>
 span { border-color: #309BCB; }

 span { border-color: rgb(48,155,203); }

 td.TdClassName
 {
   border-color: #309BCB;
 }
 .TagClassName
 {
   border-color: #309BCB;
 }
</style>