Html Css Color HEX #1CCBFF Deep Sky Blue

📋 copy color: '#1CCBFF'

red 28 ◦ green 203 ◦ blue 255

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

Shades of Deep Sky Blue #1CCBFF

Tints of Deep Sky Blue #1CCBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.77%

 BLUE value IS 255 (100% from 255) = 52.47%

R = 5.76%
G = 41.77%
B = 52.47%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1CCBFF (or 0x1CCBFF) is known color: Deep Sky Blue. HEX triplet: 1C, CB and FF. RGB value is (28,203,255). Sum of RGB (Red+Green+Blue) = 28+203+255=486 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.76% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CCBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCBFF is #E33400. Grayscale: #9C9C9C. Windows color (decimal): -14889985 or 16763676. OLE color: 16763676.

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

Color convert

RGB 28 203 255 -
CMYK 0.89 0.20 0 0
HSL 193.74º 1% 0.55% -
HSV(B) 193.74º 0.89% 1% -
XYZ 39.88 50.18 102.19 -
YUV 156.6 183.52 36.27 -
System Red Green Blue C M Y K H S L
Decimal 28 203 255 0.89 0.20 0 0 193.74 1 0.55
Hex 1C CB FF 59 14 0 0 C2 64 37
Octal 34 313 377 131 24 0 0 302 144 67
Binary 11100 11001011 11111111 1011001 10100 0 0 11000010 1100100 110111

Color Harmonies of #1CCBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCBFF

Black with #1CCBFF

Text Example


Text Example

White with #1CCBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,203,255); }

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

background-color css

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

 a { background-color: rgb(28,203,255); }

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

border-color css

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

 span { border-color: rgb(28,203,255); }

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