Html Css Color HEX #1CA8DF Summer Sky

📋 copy color: '#1CA8DF'

red 28 ◦ green 168 ◦ blue 223

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

Shades of Summer Sky #1CA8DF

Tints of Summer Sky #1CA8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.1%

 BLUE value IS 223 (87.5% from 255) = 53.22%

R = 6.68%
G = 40.1%
B = 53.22%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1CA8DF (or 0x1CA8DF) is known color: Summer Sky. HEX triplet: 1C, A8 and DF. RGB value is (28,168,223). Sum of RGB (Red+Green+Blue) = 28+168+223=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #1CA8DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA8DF is #E35720. Grayscale: #848484. Windows color (decimal): -14898977 or 14657564. OLE color: 14657564.

HSL color Cylindrical-coordinate representation of color #1CA8DF: hue angle of 196.92º 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 #1CA8DF is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 168 223 -
CMYK 0.87 0.25 0 0.13
HSL 196.92º 0.78% 0.49% -
HSV(B) 196.92º 0.87% 0.87% -
XYZ 27.8 33.58 74.83 -
YUV 132.41 179.12 53.53 -
System Red Green Blue C M Y K H S L
Decimal 28 168 223 0.87 0.25 0 0.13 196.92 0.78 0.49
Hex 1C A8 DF 57 19 0 D C5 4E 31
Octal 34 250 337 127 31 0 15 305 116 61
Binary 11100 10101000 11011111 1010111 11001 0 1101 11000101 1001110 110001

Color Harmonies of #1CA8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA8DF

Black with #1CA8DF

Text Example


Text Example

White with #1CA8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,168,223); }

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

background-color css

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

 a { background-color: rgb(28,168,223); }

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

border-color css

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

 span { border-color: rgb(28,168,223); }

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