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

📋 copy color: '#0BCDCD'

red 11 ◦ green 205 ◦ blue 205

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

Shades of Robin's Egg Blue #0BCDCD

Tints of Robin's Egg Blue #0BCDCD

RGB

 RED value IS 11 (4.69% from 255) = 2.61%

 GREEN value IS 205 (80.47% from 255) = 48.69%

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 2.61%
G = 48.69%
B = 48.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0BCDCD (or 0x0BCDCD) is known color: Robin's Egg Blue. HEX triplet: 0B, CD and CD. RGB value is (11,205,205). Sum of RGB (Red+Green+Blue) = 11+205+205=421 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #0BCDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCDCD is #F43232. Grayscale: #929292. Windows color (decimal): -16003635 or 13487371. OLE color: 13487371.

HSL color Cylindrical-coordinate representation of color #0BCDCD: hue angle of 180º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCDCD is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 205 205 -
CMYK 0.95 0 0 0.20
HSL 180º 0.9% 0.42% -
HSV(B) 180º 0.95% 0.8% -
XYZ 32.99 48.14 65.31 -
YUV 146.99 160.73 31 -
System Red Green Blue C M Y K H S L
Decimal 11 205 205 0.95 0 0 0.20 180 0.9 0.42
Hex B CD CD 5F 0 0 14 B4 5A 2A
Octal 13 315 315 137 0 0 24 264 132 52
Binary 1011 11001101 11001101 1011111 0 0 10100 10110100 1011010 101010

Color Harmonies of #0BCDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCDCD

Black with #0BCDCD

Text Example


Text Example

White with #0BCDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,205,205); }

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

background-color css

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

 a { background-color: rgb(11,205,205); }

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

border-color css

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

 span { border-color: rgb(11,205,205); }

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