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

📋 copy color: '#0DCBCF'

red 13 ◦ green 203 ◦ blue 207

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

Shades of Robin's Egg Blue #0DCBCF

Tints of Robin's Egg Blue #0DCBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.94%

R = 3.07%
G = 47.99%
B = 48.94%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0DCBCF (or 0x0DCBCF) is known color: Robin's Egg Blue. HEX triplet: 0D, CB and CF. RGB value is (13,203,207). Sum of RGB (Red+Green+Blue) = 13+203+207=423 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #0DCBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCBCF is #F23430. Grayscale: #929292. Windows color (decimal): -15873073 or 13617933. OLE color: 13617933.

HSL color Cylindrical-coordinate representation of color #0DCBCF: hue angle of 181.24º 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 #0DCBCF is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 203 207 -
CMYK 0.94 0.02 0 0.19
HSL 181.24º 0.88% 0.43% -
HSV(B) 181.24º 0.94% 0.81% -
XYZ 32.78 47.3 66.43 -
YUV 146.65 162.05 32.67 -
System Red Green Blue C M Y K H S L
Decimal 13 203 207 0.94 0.02 0 0.19 181.24 0.88 0.43
Hex D CB CF 5E 2 0 13 B5 58 2B
Octal 15 313 317 136 2 0 23 265 130 53
Binary 1101 11001011 11001111 1011110 10 0 10011 10110101 1011000 101011

Color Harmonies of #0DCBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCBCF

Black with #0DCBCF

Text Example


Text Example

White with #0DCBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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