Html Css Color HEX #1CB6FA Deep Sky Blue

📋 copy color: '#1CB6FA'

red 28 ◦ green 182 ◦ blue 250

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

Shades of Deep Sky Blue #1CB6FA

Tints of Deep Sky Blue #1CB6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.57%

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

R = 6.09%
G = 39.57%
B = 54.35%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1CB6FA (or 0x1CB6FA) is known color: Deep Sky Blue. HEX triplet: 1C, B6 and FA. RGB value is (28,182,250). Sum of RGB (Red+Green+Blue) = 28+182+250=460 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.09% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #1CB6FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CB6FA is #E34905. Grayscale: #8F8F8F. Windows color (decimal): -14895366 or 16430620. OLE color: 16430620.

HSL color Cylindrical-coordinate representation of color #1CB6FA: hue angle of 198.38º 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 #1CB6FA is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 182 250 -
CMYK 0.89 0.27 0 0.02
HSL 198.38º 0.96% 0.55% -
HSV(B) 198.38º 0.89% 0.98% -
XYZ 34.46 40.6 96.46 -
YUV 143.71 187.98 45.47 -
System Red Green Blue C M Y K H S L
Decimal 28 182 250 0.89 0.27 0 0.02 198.38 0.96 0.55
Hex 1C B6 FA 59 1B 0 2 C6 60 37
Octal 34 266 372 131 33 0 2 306 140 67
Binary 11100 10110110 11111010 1011001 11011 0 10 11000110 1100000 110111

Color Harmonies of #1CB6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB6FA

Black with #1CB6FA

Text Example


Text Example

White with #1CB6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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