Html Css Color HEX #30AFCF Summer Sky

📋 copy color: '#30AFCF'

red 48 ◦ green 175 ◦ blue 207

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

Shades of Summer Sky #30AFCF

Tints of Summer Sky #30AFCF

RGB

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

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

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

R = 11.16%
G = 40.7%
B = 48.14%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#30AFCF (or 0x30AFCF) is known color: Summer Sky. HEX triplet: 30, AF and CF. RGB value is (48,175,207). Sum of RGB (Red+Green+Blue) = 48+175+207=430 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.16% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #30AFCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AFCF is #CF5030. Grayscale: #8C8C8C. Windows color (decimal): -13586481 or 13610800. OLE color: 13610800.

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

Color convert

RGB 48 175 207 -
CMYK 0.77 0.15 0 0.19
HSL 192.08º 0.62% 0.5% -
HSV(B) 192.08º 0.77% 0.81% -
XYZ 27.81 35.79 64.47 -
YUV 140.68 165.42 61.9 -
System Red Green Blue C M Y K H S L
Decimal 48 175 207 0.77 0.15 0 0.19 192.08 0.62 0.5
Hex 30 AF CF 4D F 0 13 C0 3E 32
Octal 60 257 317 115 17 0 23 300 76 62
Binary 110000 10101111 11001111 1001101 1111 0 10011 11000000 111110 110010

Color Harmonies of #30AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AFCF

Black with #30AFCF

Text Example


Text Example

White with #30AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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