Html Css Color HEX #1CB2FA Deep Sky Blue

📋 copy color: '#1CB2FA'

red 28 ◦ green 178 ◦ blue 250

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

Shades of Deep Sky Blue #1CB2FA

Tints of Deep Sky Blue #1CB2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.82%

R = 6.14%
G = 39.04%
B = 54.82%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1CB2FA (or 0x1CB2FA) is known color: Deep Sky Blue. HEX triplet: 1C, B2 and FA. RGB value is (28,178,250). Sum of RGB (Red+Green+Blue) = 28+178+250=456 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.14% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #1CB2FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CB2FA is #E34D05. Grayscale: #8C8C8C. Windows color (decimal): -14896390 or 16429596. OLE color: 16429596.

HSL color Cylindrical-coordinate representation of color #1CB2FA: hue angle of 199.46º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CB2FA is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 178 250 -
CMYK 0.89 0.29 0 0.02
HSL 199.46º 0.96% 0.55% -
HSV(B) 199.46º 0.89% 0.98% -
XYZ 33.65 38.99 96.19 -
YUV 141.36 189.31 47.15 -
System Red Green Blue C M Y K H S L
Decimal 28 178 250 0.89 0.29 0 0.02 199.46 0.96 0.55
Hex 1C B2 FA 59 1D 0 2 C7 60 37
Octal 34 262 372 131 35 0 2 307 140 67
Binary 11100 10110010 11111010 1011001 11101 0 10 11000111 1100000 110111

Color Harmonies of #1CB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB2FA

Black with #1CB2FA

Text Example


Text Example

White with #1CB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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