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

📋 copy color: '#0FC3CA'

red 15 ◦ green 195 ◦ blue 202

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

Shades of Robin's Egg Blue #0FC3CA

Tints of Robin's Egg Blue #0FC3CA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.33%

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

R = 3.64%
G = 47.33%
B = 49.03%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0FC3CA (or 0x0FC3CA) is known color: Robin's Egg Blue. HEX triplet: 0F, C3 and CA. RGB value is (15,195,202). Sum of RGB (Red+Green+Blue) = 15+195+202=412 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.64% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #0FC3CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC3CA is #F03C35. Grayscale: #8D8D8D. Windows color (decimal): -15744054 or 13288207. OLE color: 13288207.

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

Color convert

RGB 15 195 202 -
CMYK 0.93 0.03 0 0.21
HSL 182.25º 0.86% 0.43% -
HSV(B) 182.25º 0.93% 0.79% -
XYZ 30.37 43.4 62.65 -
YUV 141.98 161.87 37.43 -
System Red Green Blue C M Y K H S L
Decimal 15 195 202 0.93 0.03 0 0.21 182.25 0.86 0.43
Hex F C3 CA 5D 3 0 15 B6 56 2B
Octal 17 303 312 135 3 0 25 266 126 53
Binary 1111 11000011 11001010 1011101 11 0 10101 10110110 1010110 101011

Color Harmonies of #0FC3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC3CA

Black with #0FC3CA

Text Example


Text Example

White with #0FC3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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