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

📋 copy color: '#0CCFBE'

red 12 ◦ green 207 ◦ blue 190

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

Shades of Robin's Egg Blue #0CCFBE

Tints of Robin's Egg Blue #0CCFBE

RGB

 RED value IS 12 (5.08% from 255) = 2.93%

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

 BLUE value IS 190 (74.61% from 255) = 46.45%

R = 2.93%
G = 50.61%
B = 46.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#0CCFBE (or 0x0CCFBE) is known color: Robin's Egg Blue. HEX triplet: 0C, CF and BE. RGB value is (12,207,190). Sum of RGB (Red+Green+Blue) = 12+207+190=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCFBE is #F33041. Grayscale: #929292. Windows color (decimal): -15937602 or 12504844. OLE color: 12504844.

HSL color Cylindrical-coordinate representation of color #0CCFBE: hue angle of 174.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCFBE is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 207 190 -
CMYK 0.94 0 0.08 0.19
HSL 174.77º 0.89% 0.43% -
HSV(B) 174.77º 0.94% 0.81% -
XYZ 31.76 48.42 56.39 -
YUV 146.76 152.4 31.88 -
System Red Green Blue C M Y K H S L
Decimal 12 207 190 0.94 0 0.08 0.19 174.77 0.89 0.43
Hex C CF BE 5E 0 8 13 AF 59 2B
Octal 14 317 276 136 0 10 23 257 131 53
Binary 1100 11001111 10111110 1011110 0 1000 10011 10101111 1011001 101011

Color Harmonies of #0CCFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCFBE

Black with #0CCFBE

Text Example


Text Example

White with #0CCFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,207,190); }

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

background-color css

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

 a { background-color: rgb(12,207,190); }

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

border-color css

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

 span { border-color: rgb(12,207,190); }

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