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

📋 copy color: '#0FCAC3'

red 15 ◦ green 202 ◦ blue 195

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

Shades of Robin's Egg Blue #0FCAC3

Tints of Robin's Egg Blue #0FCAC3

RGB

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

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

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

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

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

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

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

Color convert

RGB 15 202 195 -
CMYK 0.93 0 0.03 0.21
HSL 177.75º 0.86% 0.43% -
HSV(B) 177.75º 0.93% 0.79% -
XYZ 31.17 46.28 58.92 -
YUV 145.29 156.05 35.07 -
System Red Green Blue C M Y K H S L
Decimal 15 202 195 0.93 0 0.03 0.21 177.75 0.86 0.43
Hex F CA C3 5D 0 3 15 B2 56 2B
Octal 17 312 303 135 0 3 25 262 126 53
Binary 1111 11001010 11000011 1011101 0 11 10101 10110010 1010110 101011

Color Harmonies of #0FCAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCAC3

Black with #0FCAC3

Text Example


Text Example

White with #0FCAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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