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

📋 copy color: '#0BCFCD'

red 11 ◦ green 207 ◦ blue 205

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

Shades of Robin's Egg Blue #0BCFCD

Tints of Robin's Egg Blue #0BCFCD

RGB

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

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

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

R = 2.6%
G = 48.94%
B = 48.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#0BCFCD (or 0x0BCFCD) is known color: Robin's Egg Blue. HEX triplet: 0B, CF and CD. RGB value is (11,207,205). Sum of RGB (Red+Green+Blue) = 11+207+205=423 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.60% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFCD is #F43032. Grayscale: #939393. Windows color (decimal): -16003123 or 13487883. OLE color: 13487883.

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

Color convert

RGB 11 207 205 -
CMYK 0.95 0 0.01 0.19
HSL 179.39º 0.9% 0.43% -
HSV(B) 179.39º 0.95% 0.81% -
XYZ 33.47 49.1 65.47 -
YUV 148.17 160.07 30.16 -
System Red Green Blue C M Y K H S L
Decimal 11 207 205 0.95 0 0.01 0.19 179.39 0.9 0.43
Hex B CF CD 5F 0 1 13 B3 5A 2B
Octal 13 317 315 137 0 1 23 263 132 53
Binary 1011 11001111 11001101 1011111 0 1 10011 10110011 1011010 101011

Color Harmonies of #0BCFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCFCD

Black with #0BCFCD

Text Example


Text Example

White with #0BCFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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