Html Css Color HEX #05CBEE Deep Sky Blue

📋 copy color: '#05CBEE'

red 5 ◦ green 203 ◦ blue 238

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

Shades of Deep Sky Blue #05CBEE

Tints of Deep Sky Blue #05CBEE

RGB

 RED value IS 5 (2.34% from 255) = 1.12%

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

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

R = 1.12%
G = 45.52%
B = 53.36%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#05CBEE (or 0x05CBEE) is known color: Deep Sky Blue. HEX triplet: 05, CB and EE. RGB value is (5,203,238). Sum of RGB (Red+Green+Blue) = 5+203+238=446 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #05CBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CBEE is #FA3411. Grayscale: #939393. Windows color (decimal): -16397330 or 15649541. OLE color: 15649541.

HSL color Cylindrical-coordinate representation of color #05CBEE: hue angle of 189.01º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CBEE is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 203 238 -
CMYK 0.98 0.15 0 0.07
HSL 189.01º 0.96% 0.48% -
HSV(B) 189.01º 0.98% 0.93% -
XYZ 36.85 48.92 88.39 -
YUV 147.79 178.9 26.15 -
System Red Green Blue C M Y K H S L
Decimal 5 203 238 0.98 0.15 0 0.07 189.01 0.96 0.48
Hex 5 CB EE 62 F 0 7 BD 60 30
Octal 5 313 356 142 17 0 7 275 140 60
Binary 101 11001011 11101110 1100010 1111 0 111 10111101 1100000 110000

Color Harmonies of #05CBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CBEE

Black with #05CBEE

Text Example


Text Example

White with #05CBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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