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

📋 copy color: '#0FCFC2'

red 15 ◦ green 207 ◦ blue 194

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

Shades of Robin's Egg Blue #0FCFC2

Tints of Robin's Egg Blue #0FCFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.63%

R = 3.61%
G = 49.76%
B = 46.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#0FCFC2 (or 0x0FCFC2) is known color: Robin's Egg Blue. HEX triplet: 0F, CF and C2. RGB value is (15,207,194). Sum of RGB (Red+Green+Blue) = 15+207+194=416 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.61% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFC2 is #F0303D. Grayscale: #939393. Windows color (decimal): -15740990 or 12766991. OLE color: 12766991.

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

Color convert

RGB 15 207 194 -
CMYK 0.93 0 0.06 0.19
HSL 175.94º 0.86% 0.44% -
HSV(B) 175.94º 0.93% 0.81% -
XYZ 32.25 48.62 58.72 -
YUV 148.11 153.89 33.06 -
System Red Green Blue C M Y K H S L
Decimal 15 207 194 0.93 0 0.06 0.19 175.94 0.86 0.44
Hex F CF C2 5D 0 6 13 B0 56 2C
Octal 17 317 302 135 0 6 23 260 126 54
Binary 1111 11001111 11000010 1011101 0 110 10011 10110000 1010110 101100

Color Harmonies of #0FCFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFC2

Black with #0FCFC2

Text Example


Text Example

White with #0FCFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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