Html Css Color HEX #01CBEE Deep Sky Blue

📋 copy color: '#01CBEE'

red 1 ◦ green 203 ◦ blue 238

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

Shades of Deep Sky Blue #01CBEE

Tints of Deep Sky Blue #01CBEE

RGB

 RED value IS 1 (0.78% from 255) = 0.23%

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

 BLUE value IS 238 (93.36% from 255) = 53.85%

R = 0.23%
G = 45.93%
B = 53.85%

CMYK

 C value IS 1.00

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#01CBEE (or 0x01CBEE) is known color: Deep Sky Blue. HEX triplet: 01, CB and EE. RGB value is (1,203,238). Sum of RGB (Red+Green+Blue) = 1+203+238=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #01CBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CBEE is #FE3411. Grayscale: #929292. Windows color (decimal): -16659474 or 15649537. OLE color: 15649537.

HSL color Cylindrical-coordinate representation of color #01CBEE: hue angle of 188.86º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CBEE is Cyan = 1.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 203 238 -
CMYK 1.00 0.15 0 0.07
HSL 188.86º 0.99% 0.47% -
HSV(B) 188.86º 1% 0.93% -
XYZ 36.8 48.89 88.39 -
YUV 146.59 179.58 24.15 -
System Red Green Blue C M Y K H S L
Decimal 1 203 238 1.00 0.15 0 0.07 188.86 0.99 0.47
Hex 1 CB EE 64 F 0 7 BD 63 2F
Octal 1 313 356 144 17 0 7 275 143 57
Binary 1 11001011 11101110 1100100 1111 0 111 10111101 1100011 101111

Color Harmonies of #01CBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CBEE

Black with #01CBEE

Text Example


Text Example

White with #01CBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01CBEE; }

 p { color: rgb(1,203,238); }

 H1.HeaderClassName
 {
   color: #01CBEE;
 }
 .AnyTagClassName
 {
   color: #01CBEE;
 }
</style>

background-color css

<style>
 a { background-color: #01CBEE; }

 a { background-color: rgb(1,203,238); }

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

border-color css

<style>
 span { border-color: #01CBEE; }

 span { border-color: rgb(1,203,238); }

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