Html Css Color HEX #1CBEFC Deep Sky Blue

📋 copy color: '#1CBEFC'

red 28 ◦ green 190 ◦ blue 252

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

Shades of Deep Sky Blue #1CBEFC

Tints of Deep Sky Blue #1CBEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.43%

 BLUE value IS 252 (98.83% from 255) = 53.62%

R = 5.96%
G = 40.43%
B = 53.62%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1CBEFC (or 0x1CBEFC) is known color: Deep Sky Blue. HEX triplet: 1C, BE and FC. RGB value is (28,190,252). Sum of RGB (Red+Green+Blue) = 28+190+252=470 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.96% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #1CBEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBEFC is #E34103. Grayscale: #949494. Windows color (decimal): -14893316 or 16563740. OLE color: 16563740.

HSL color Cylindrical-coordinate representation of color #1CBEFC: hue angle of 196.61º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CBEFC is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 28 190 252 -
CMYK 0.89 0.25 0 0.01
HSL 196.61º 0.97% 0.55% -
HSV(B) 196.61º 0.89% 0.99% -
XYZ 36.46 44.1 98.69 -
YUV 148.63 186.33 41.96 -
System Red Green Blue C M Y K H S L
Decimal 28 190 252 0.89 0.25 0 0.01 196.61 0.97 0.55
Hex 1C BE FC 59 19 0 1 C5 61 37
Octal 34 276 374 131 31 0 1 305 141 67
Binary 11100 10111110 11111100 1011001 11001 0 1 11000101 1100001 110111

Color Harmonies of #1CBEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBEFC

Black with #1CBEFC

Text Example


Text Example

White with #1CBEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,190,252); }

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

background-color css

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

 a { background-color: rgb(28,190,252); }

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

border-color css

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

 span { border-color: rgb(28,190,252); }

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