Html Css Color HEX #05DBCA Robin's Egg Blue

📋 copy color: '#05DBCA'

red 5 ◦ green 219 ◦ blue 202

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

Shades of Robin's Egg Blue #05DBCA

Tints of Robin's Egg Blue #05DBCA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.41%

 BLUE value IS 202 (79.3% from 255) = 47.42%

R = 1.17%
G = 51.41%
B = 47.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#05DBCA (or 0x05DBCA) is known color: Robin's Egg Blue. HEX triplet: 05, DB and CA. RGB value is (5,219,202). Sum of RGB (Red+Green+Blue) = 5+219+202=426 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #05DBCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DBCA is #FA2435. Grayscale: #989898. Windows color (decimal): -16393270 or 13294341. OLE color: 13294341.

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

Color convert

RGB 5 219 202 -
CMYK 0.98 0 0.08 0.14
HSL 175.23º 0.96% 0.44% -
HSV(B) 175.23º 0.98% 0.86% -
XYZ 36.05 54.96 64.59 -
YUV 153.08 155.6 22.38 -
System Red Green Blue C M Y K H S L
Decimal 5 219 202 0.98 0 0.08 0.14 175.23 0.96 0.44
Hex 5 DB CA 62 0 8 E AF 60 2C
Octal 5 333 312 142 0 10 16 257 140 54
Binary 101 11011011 11001010 1100010 0 1000 1110 10101111 1100000 101100

Color Harmonies of #05DBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DBCA

Black with #05DBCA

Text Example


Text Example

White with #05DBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,219,202); }

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

background-color css

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

 a { background-color: rgb(5,219,202); }

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

border-color css

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

 span { border-color: rgb(5,219,202); }

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