Html Css Color HEX #05CBEA Deep Sky Blue

📋 copy color: '#05CBEA'

red 5 ◦ green 203 ◦ blue 234

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

Shades of Deep Sky Blue #05CBEA

Tints of Deep Sky Blue #05CBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.94%

R = 1.13%
G = 45.93%
B = 52.94%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#05CBEA (or 0x05CBEA) is known color: Deep Sky Blue. HEX triplet: 05, CB and EA. RGB value is (5,203,234). Sum of RGB (Red+Green+Blue) = 5+203+234=442 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #05CBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CBEA is #FA3415. Grayscale: #939393. Windows color (decimal): -16397334 or 15387397. OLE color: 15387397.

HSL color Cylindrical-coordinate representation of color #05CBEA: hue angle of 188.12º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CBEA is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 203 234 -
CMYK 0.98 0.13 0 0.08
HSL 188.12º 0.96% 0.47% -
HSV(B) 188.12º 0.98% 0.92% -
XYZ 36.27 48.68 85.33 -
YUV 147.33 176.9 26.48 -
System Red Green Blue C M Y K H S L
Decimal 5 203 234 0.98 0.13 0 0.08 188.12 0.96 0.47
Hex 5 CB EA 62 D 0 8 BC 60 2F
Octal 5 313 352 142 15 0 10 274 140 57
Binary 101 11001011 11101010 1100010 1101 0 1000 10111100 1100000 101111

Color Harmonies of #05CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CBEA

Black with #05CBEA

Text Example


Text Example

White with #05CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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