Html Css Color HEX #0DCFCA Robin's Egg Blue

📋 copy color: '#0DCFCA'

red 13 ◦ green 207 ◦ blue 202

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

Shades of Robin's Egg Blue #0DCFCA

Tints of Robin's Egg Blue #0DCFCA

RGB

 RED value IS 13 (5.47% from 255) = 3.08%

 GREEN value IS 207 (81.25% from 255) = 49.05%

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

R = 3.08%
G = 49.05%
B = 47.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#0DCFCA (or 0x0DCFCA) is known color: Robin's Egg Blue. HEX triplet: 0D, CF and CA. RGB value is (13,207,202). Sum of RGB (Red+Green+Blue) = 13+207+202=422 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.08% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCFCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCFCA is #F23035. Grayscale: #949494. Windows color (decimal): -15872054 or 13291277. OLE color: 13291277.

HSL color Cylindrical-coordinate representation of color #0DCFCA: hue angle of 178.45º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCFCA is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 207 202 -
CMYK 0.94 0 0.02 0.19
HSL 178.45º 0.88% 0.43% -
HSV(B) 178.45º 0.94% 0.81% -
XYZ 33.14 48.98 63.58 -
YUV 148.42 158.23 31.41 -
System Red Green Blue C M Y K H S L
Decimal 13 207 202 0.94 0 0.02 0.19 178.45 0.88 0.43
Hex D CF CA 5E 0 2 13 B2 58 2B
Octal 15 317 312 136 0 2 23 262 130 53
Binary 1101 11001111 11001010 1011110 0 10 10011 10110010 1011000 101011

Color Harmonies of #0DCFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCFCA

Black with #0DCFCA

Text Example


Text Example

White with #0DCFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DCFCA; }

 p { color: rgb(13,207,202); }

 H1.HeaderClassName
 {
   color: #0DCFCA;
 }
 .AnyTagClassName
 {
   color: #0DCFCA;
 }
</style>

background-color css

<style>
 a { background-color: #0DCFCA; }

 a { background-color: rgb(13,207,202); }

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

border-color css

<style>
 span { border-color: #0DCFCA; }

 span { border-color: rgb(13,207,202); }

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