Html Css Color HEX #1CAFDD Summer Sky

📋 copy color: '#1CAFDD'

red 28 ◦ green 175 ◦ blue 221

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

Shades of Summer Sky #1CAFDD

Tints of Summer Sky #1CAFDD

RGB

 RED value IS 28 (11.33% from 255) = 6.6%

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

 BLUE value IS 221 (86.72% from 255) = 52.12%

R = 6.6%
G = 41.27%
B = 52.12%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1CAFDD (or 0x1CAFDD) is known color: Summer Sky. HEX triplet: 1C, AF and DD. RGB value is (28,175,221). Sum of RGB (Red+Green+Blue) = 28+175+221=424 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.60% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #1CAFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAFDD is #E35022. Grayscale: #878787. Windows color (decimal): -14897187 or 14528284. OLE color: 14528284.

HSL color Cylindrical-coordinate representation of color #1CAFDD: hue angle of 194.3º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CAFDD is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 175 221 -
CMYK 0.87 0.21 0 0.13
HSL 194.3º 0.78% 0.49% -
HSV(B) 194.3º 0.87% 0.87% -
XYZ 28.86 36.13 73.86 -
YUV 136.29 175.8 50.76 -
System Red Green Blue C M Y K H S L
Decimal 28 175 221 0.87 0.21 0 0.13 194.3 0.78 0.49
Hex 1C AF DD 57 15 0 D C2 4E 31
Octal 34 257 335 127 25 0 15 302 116 61
Binary 11100 10101111 11011101 1010111 10101 0 1101 11000010 1001110 110001

Color Harmonies of #1CAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAFDD

Black with #1CAFDD

Text Example


Text Example

White with #1CAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CAFDD; }

 p { color: rgb(28,175,221); }

 H1.HeaderClassName
 {
   color: #1CAFDD;
 }
 .AnyTagClassName
 {
   color: #1CAFDD;
 }
</style>

background-color css

<style>
 a { background-color: #1CAFDD; }

 a { background-color: rgb(28,175,221); }

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

border-color css

<style>
 span { border-color: #1CAFDD; }

 span { border-color: rgb(28,175,221); }

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