Html Css Color HEX #1CB2F8 Deep Sky Blue

📋 copy color: '#1CB2F8'

red 28 ◦ green 178 ◦ blue 248

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

Shades of Deep Sky Blue #1CB2F8

Tints of Deep Sky Blue #1CB2F8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.21%

 BLUE value IS 248 (97.27% from 255) = 54.63%

R = 6.17%
G = 39.21%
B = 54.63%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1CB2F8 (or 0x1CB2F8) is known color: Deep Sky Blue. HEX triplet: 1C, B2 and F8. RGB value is (28,178,248). Sum of RGB (Red+Green+Blue) = 28+178+248=454 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.17% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 248 (97.27% from 255 or 54.63% from 454); Max value from RGB is 248 - color contains mainly: blue. Hex color #1CB2F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CB2F8 is #E34D07. Grayscale: #8C8C8C. Windows color (decimal): -14896392 or 16298524. OLE color: 16298524.

HSL color Cylindrical-coordinate representation of color #1CB2F8: hue angle of 199.09º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CB2F8 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 28 178 248 -
CMYK 0.89 0.28 0 0.03
HSL 199.09º 0.94% 0.54% -
HSV(B) 199.09º 0.89% 0.97% -
XYZ 33.34 38.86 94.55 -
YUV 141.13 188.31 47.31 -
System Red Green Blue C M Y K H S L
Decimal 28 178 248 0.89 0.28 0 0.03 199.09 0.94 0.54
Hex 1C B2 F8 59 1C 0 3 C7 5E 36
Octal 34 262 370 131 34 0 3 307 136 66
Binary 11100 10110010 11111000 1011001 11100 0 11 11000111 1011110 110110

Color Harmonies of #1CB2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB2F8

Black with #1CB2F8

Text Example


Text Example

White with #1CB2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,178,248); }

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

background-color css

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

 a { background-color: rgb(28,178,248); }

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

border-color css

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

 span { border-color: rgb(28,178,248); }

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