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

📋 copy color: '#0FCBBE'

red 15 ◦ green 203 ◦ blue 190

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

Shades of Robin's Egg Blue #0FCBBE

Tints of Robin's Egg Blue #0FCBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.57%

R = 3.68%
G = 49.75%
B = 46.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#0FCBBE (or 0x0FCBBE) is known color: Robin's Egg Blue. HEX triplet: 0F, CB and BE. RGB value is (15,203,190). Sum of RGB (Red+Green+Blue) = 15+203+190=408 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.68% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCBBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCBBE is #F03441. Grayscale: #919191. Windows color (decimal): -15742018 or 12503823. OLE color: 12503823.

HSL color Cylindrical-coordinate representation of color #0FCBBE: hue angle of 175.85º 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 #0FCBBE is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 203 190 -
CMYK 0.93 0 0.06 0.20
HSL 175.85º 0.86% 0.43% -
HSV(B) 175.85º 0.93% 0.8% -
XYZ 30.85 46.53 56.07 -
YUV 145.31 153.22 35.06 -
System Red Green Blue C M Y K H S L
Decimal 15 203 190 0.93 0 0.06 0.20 175.85 0.86 0.43
Hex F CB BE 5D 0 6 14 B0 56 2B
Octal 17 313 276 135 0 6 24 260 126 53
Binary 1111 11001011 10111110 1011101 0 110 10100 10110000 1010110 101011

Color Harmonies of #0FCBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCBBE

Black with #0FCBBE

Text Example


Text Example

White with #0FCBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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