Html Css Color HEX #309ACD Summer Sky

📋 copy color: '#309ACD'

red 48 ◦ green 154 ◦ blue 205

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

Shades of Summer Sky #309ACD

Tints of Summer Sky #309ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 11.79%
G = 37.84%
B = 50.37%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#309ACD (or 0x309ACD) is known color: Summer Sky. HEX triplet: 30, 9A and CD. RGB value is (48,154,205). Sum of RGB (Red+Green+Blue) = 48+154+205=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #309ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309ACD is #CF6532. Grayscale: #7F7F7F. Windows color (decimal): -13591859 or 13474352. OLE color: 13474352.

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

Color convert

RGB 48 154 205 -
CMYK 0.77 0.25 0 0.20
HSL 199.49º 0.62% 0.5% -
HSV(B) 199.49º 0.77% 0.8% -
XYZ 23.79 28.15 61.94 -
YUV 128.12 171.38 70.85 -
System Red Green Blue C M Y K H S L
Decimal 48 154 205 0.77 0.25 0 0.20 199.49 0.62 0.5
Hex 30 9A CD 4D 19 0 14 C7 3E 32
Octal 60 232 315 115 31 0 24 307 76 62
Binary 110000 10011010 11001101 1001101 11001 0 10100 11000111 111110 110010

Color Harmonies of #309ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309ACD

Black with #309ACD

Text Example


Text Example

White with #309ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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