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

📋 copy color: '#0FCFCC'

red 15 ◦ green 207 ◦ blue 204

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

Shades of Robin's Egg Blue #0FCFCC

Tints of Robin's Egg Blue #0FCFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 3.52%
G = 48.59%
B = 47.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#0FCFCC (or 0x0FCFCC) is known color: Robin's Egg Blue. HEX triplet: 0F, CF and CC. RGB value is (15,207,204). Sum of RGB (Red+Green+Blue) = 15+207+204=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFCC is #F03033. Grayscale: #959595. Windows color (decimal): -15740980 or 13422351. OLE color: 13422351.

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

Color convert

RGB 15 207 204 -
CMYK 0.93 0 0.01 0.19
HSL 179.06º 0.86% 0.44% -
HSV(B) 179.06º 0.93% 0.81% -
XYZ 33.41 49.09 64.84 -
YUV 149.25 158.89 32.24 -
System Red Green Blue C M Y K H S L
Decimal 15 207 204 0.93 0 0.01 0.19 179.06 0.86 0.44
Hex F CF CC 5D 0 1 13 B3 56 2C
Octal 17 317 314 135 0 1 23 263 126 54
Binary 1111 11001111 11001100 1011101 0 1 10011 10110011 1010110 101100

Color Harmonies of #0FCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFCC

Black with #0FCFCC

Text Example


Text Example

White with #0FCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,207,204); }

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

background-color css

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

 a { background-color: rgb(15,207,204); }

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

border-color css

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

 span { border-color: rgb(15,207,204); }

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