Html Css Color HEX #1CB2F2 Deep Sky Blue

📋 copy color: '#1CB2F2'

red 28 ◦ green 178 ◦ blue 242

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

Shades of Deep Sky Blue #1CB2F2

Tints of Deep Sky Blue #1CB2F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 54.02%

R = 6.25%
G = 39.73%
B = 54.02%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1CB2F2 (or 0x1CB2F2) is known color: Deep Sky Blue. HEX triplet: 1C, B2 and F2. RGB value is (28,178,242). Sum of RGB (Red+Green+Blue) = 28+178+242=448 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.25% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #1CB2F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CB2F2 is #E34D0D. Grayscale: #8C8C8C. Windows color (decimal): -14896398 or 15905308. OLE color: 15905308.

HSL color Cylindrical-coordinate representation of color #1CB2F2: hue angle of 197.94º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CB2F2 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 28 178 242 -
CMYK 0.88 0.26 0 0.05
HSL 197.94º 0.89% 0.53% -
HSV(B) 197.94º 0.88% 0.95% -
XYZ 32.43 38.5 89.73 -
YUV 140.45 185.31 47.8 -
System Red Green Blue C M Y K H S L
Decimal 28 178 242 0.88 0.26 0 0.05 197.94 0.89 0.53
Hex 1C B2 F2 58 1A 0 5 C6 59 35
Octal 34 262 362 130 32 0 5 306 131 65
Binary 11100 10110010 11110010 1011000 11010 0 101 11000110 1011001 110101

Color Harmonies of #1CB2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB2F2

Black with #1CB2F2

Text Example


Text Example

White with #1CB2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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