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

📋 copy color: '#0FCDB3'

red 15 ◦ green 205 ◦ blue 179

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

Shades of Robin's Egg Blue #0FCDB3

Tints of Robin's Egg Blue #0FCDB3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.38%

 BLUE value IS 179 (70.31% from 255) = 44.86%

R = 3.76%
G = 51.38%
B = 44.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#0FCDB3 (or 0x0FCDB3) is known color: Robin's Egg Blue. HEX triplet: 0F, CD and B3. RGB value is (15,205,179). Sum of RGB (Red+Green+Blue) = 15+205+179=399 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.76% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDB3 is #F0324C. Grayscale: #919191. Windows color (decimal): -15741517 or 11783439. OLE color: 11783439.

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

Color convert

RGB 15 205 179 -
CMYK 0.93 0 0.13 0.20
HSL 171.79º 0.86% 0.43% -
HSV(B) 171.79º 0.93% 0.8% -
XYZ 30.17 47.02 50.13 -
YUV 145.23 147.05 35.11 -
System Red Green Blue C M Y K H S L
Decimal 15 205 179 0.93 0 0.13 0.20 171.79 0.86 0.43
Hex F CD B3 5D 0 D 14 AC 56 2B
Octal 17 315 263 135 0 15 24 254 126 53
Binary 1111 11001101 10110011 1011101 0 1101 10100 10101100 1010110 101011

Color Harmonies of #0FCDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCDB3

Black with #0FCDB3

Text Example


Text Example

White with #0FCDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,205,179); }

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

background-color css

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

 a { background-color: rgb(15,205,179); }

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

border-color css

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

 span { border-color: rgb(15,205,179); }

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