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

📋 copy color: '#0FCBB3'

red 15 ◦ green 203 ◦ blue 179

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

Shades of Robin's Egg Blue #0FCBB3

Tints of Robin's Egg Blue #0FCBB3

RGB

 RED value IS 15 (6.25% from 255) = 3.78%

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

 BLUE value IS 179 (70.31% from 255) = 45.09%

R = 3.78%
G = 51.13%
B = 45.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#0FCBB3 (or 0x0FCBB3) is known color: Robin's Egg Blue. HEX triplet: 0F, CB and B3. RGB value is (15,203,179). Sum of RGB (Red+Green+Blue) = 15+203+179=397 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.78% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCBB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCBB3 is #F0344C. Grayscale: #8F8F8F. Windows color (decimal): -15742029 or 11782927. OLE color: 11782927.

HSL color Cylindrical-coordinate representation of color #0FCBB3: hue angle of 172.34º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCBB3 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 203 179 -
CMYK 0.93 0 0.12 0.20
HSL 172.34º 0.86% 0.43% -
HSV(B) 172.34º 0.93% 0.8% -
XYZ 29.69 46.07 49.98 -
YUV 144.05 147.72 35.95 -
System Red Green Blue C M Y K H S L
Decimal 15 203 179 0.93 0 0.12 0.20 172.34 0.86 0.43
Hex F CB B3 5D 0 C 14 AC 56 2B
Octal 17 313 263 135 0 14 24 254 126 53
Binary 1111 11001011 10110011 1011101 0 1100 10100 10101100 1010110 101011

Color Harmonies of #0FCBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCBB3

Black with #0FCBB3

Text Example


Text Example

White with #0FCBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,203,179); }

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

background-color css

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

 a { background-color: rgb(15,203,179); }

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

border-color css

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

 span { border-color: rgb(15,203,179); }

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