Html Css Color HEX #309ACF Summer Sky

📋 copy color: '#309ACF'

red 48 ◦ green 154 ◦ blue 207

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

Shades of Summer Sky #309ACF

Tints of Summer Sky #309ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.65%

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 11.74%
G = 37.65%
B = 50.61%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#309ACF (or 0x309ACF) is known color: Summer Sky. HEX triplet: 30, 9A and CF. RGB value is (48,154,207). Sum of RGB (Red+Green+Blue) = 48+154+207=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #309ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309ACF is #CF6530. Grayscale: #808080. Windows color (decimal): -13591857 or 13605424. OLE color: 13605424.

HSL color Cylindrical-coordinate representation of color #309ACF: hue angle of 200º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #309ACF is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 154 207 -
CMYK 0.77 0.26 0 0.19
HSL 200º 0.62% 0.5% -
HSV(B) 200º 0.77% 0.81% -
XYZ 24.04 28.24 63.22 -
YUV 128.35 172.38 70.69 -
System Red Green Blue C M Y K H S L
Decimal 48 154 207 0.77 0.26 0 0.19 200 0.62 0.5
Hex 30 9A CF 4D 1A 0 13 C8 3E 32
Octal 60 232 317 115 32 0 23 310 76 62
Binary 110000 10011010 11001111 1001101 11010 0 10011 11001000 111110 110010

Color Harmonies of #309ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309ACF

Black with #309ACF

Text Example


Text Example

White with #309ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,154,207); }

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

background-color css

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

 a { background-color: rgb(48,154,207); }

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

border-color css

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

 span { border-color: rgb(48,154,207); }

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