Html Css Color HEX #30AFCD Summer Sky

📋 copy color: '#30AFCD'

red 48 ◦ green 175 ◦ blue 205

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

Shades of Summer Sky #30AFCD

Tints of Summer Sky #30AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.89%

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

R = 11.21%
G = 40.89%
B = 47.9%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#30AFCD (or 0x30AFCD) is known color: Summer Sky. HEX triplet: 30, AF and CD. RGB value is (48,175,205). Sum of RGB (Red+Green+Blue) = 48+175+205=428 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.21% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #30AFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AFCD is #CF5032. Grayscale: #8C8C8C. Windows color (decimal): -13586483 or 13479728. OLE color: 13479728.

HSL color Cylindrical-coordinate representation of color #30AFCD: hue angle of 191.46º 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 #30AFCD is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 175 205 -
CMYK 0.77 0.15 0 0.20
HSL 191.47º 0.62% 0.5% -
HSV(B) 191.47º 0.77% 0.8% -
XYZ 27.57 35.7 63.19 -
YUV 140.45 164.42 62.06 -
System Red Green Blue C M Y K H S L
Decimal 48 175 205 0.77 0.15 0 0.20 191.47 0.62 0.5
Hex 30 AF CD 4D F 0 14 BF 3E 32
Octal 60 257 315 115 17 0 24 277 76 62
Binary 110000 10101111 11001101 1001101 1111 0 10100 10111111 111110 110010

Color Harmonies of #30AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AFCD

Black with #30AFCD

Text Example


Text Example

White with #30AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30AFCD; }

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

 H1.HeaderClassName
 {
   color: #30AFCD;
 }
 .AnyTagClassName
 {
   color: #30AFCD;
 }
</style>

background-color css

<style>
 a { background-color: #30AFCD; }

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

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

border-color css

<style>
 span { border-color: #30AFCD; }

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

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