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

📋 copy color: '#0FCFCA'

red 15 ◦ green 207 ◦ blue 202

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

Shades of Robin's Egg Blue #0FCFCA

Tints of Robin's Egg Blue #0FCFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 3.54%
G = 48.82%
B = 47.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#0FCFCA (or 0x0FCFCA) is known color: Robin's Egg Blue. HEX triplet: 0F, CF and CA. RGB value is (15,207,202). Sum of RGB (Red+Green+Blue) = 15+207+202=424 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.54% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFCA is #F03035. Grayscale: #949494. Windows color (decimal): -15740982 or 13291279. OLE color: 13291279.

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

Color convert

RGB 15 207 202 -
CMYK 0.93 0 0.02 0.19
HSL 178.44º 0.86% 0.44% -
HSV(B) 178.44º 0.93% 0.81% -
XYZ 33.17 48.99 63.59 -
YUV 149.02 157.89 32.41 -
System Red Green Blue C M Y K H S L
Decimal 15 207 202 0.93 0 0.02 0.19 178.44 0.86 0.44
Hex F CF CA 5D 0 2 13 B2 56 2C
Octal 17 317 312 135 0 2 23 262 126 54
Binary 1111 11001111 11001010 1011101 0 10 10011 10110010 1010110 101100

Color Harmonies of #0FCFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFCA

Black with #0FCFCA

Text Example


Text Example

White with #0FCFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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