Html Css Color HEX #1CA8EB Summer Sky

📋 copy color: '#1CA8EB'

red 28 ◦ green 168 ◦ blue 235

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

Shades of Summer Sky #1CA8EB

Tints of Summer Sky #1CA8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 6.5%
G = 38.98%
B = 54.52%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1CA8EB (or 0x1CA8EB) is known color: Summer Sky. HEX triplet: 1C, A8 and EB. RGB value is (28,168,235). Sum of RGB (Red+Green+Blue) = 28+168+235=431 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.50% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CA8EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA8EB is #E35714. Grayscale: #858585. Windows color (decimal): -14898965 or 15443996. OLE color: 15443996.

HSL color Cylindrical-coordinate representation of color #1CA8EB: hue angle of 199.42º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CA8EB is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 168 235 -
CMYK 0.88 0.29 0 0.08
HSL 199.42º 0.84% 0.52% -
HSV(B) 199.42º 0.88% 0.92% -
XYZ 29.48 34.25 83.65 -
YUV 133.78 185.12 52.55 -
System Red Green Blue C M Y K H S L
Decimal 28 168 235 0.88 0.29 0 0.08 199.42 0.84 0.52
Hex 1C A8 EB 58 1D 0 8 C7 54 34
Octal 34 250 353 130 35 0 10 307 124 64
Binary 11100 10101000 11101011 1011000 11101 0 1000 11000111 1010100 110100

Color Harmonies of #1CA8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA8EB

Black with #1CA8EB

Text Example


Text Example

White with #1CA8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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