Html Css Color HEX #0CAFBE Iris Blue

📋 copy color: '#0CAFBE'

red 12 ◦ green 175 ◦ blue 190

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

Shades of Iris Blue #0CAFBE

Tints of Iris Blue #0CAFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.42%

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

R = 3.18%
G = 46.42%
B = 50.4%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0CAFBE (or 0x0CAFBE) is known color: Iris Blue. HEX triplet: 0C, AF and BE. RGB value is (12,175,190). Sum of RGB (Red+Green+Blue) = 12+175+190=377 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.18% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #0CAFBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAFBE is #F35041. Grayscale: #7F7F7F. Windows color (decimal): -15945794 or 12496652. OLE color: 12496652.

HSL color Cylindrical-coordinate representation of color #0CAFBE: hue angle of 185.06º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAFBE is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 175 190 -
CMYK 0.94 0.08 0 0.25
HSL 185.06º 0.88% 0.4% -
HSV(B) 185.06º 0.94% 0.75% -
XYZ 24.78 34.46 54.06 -
YUV 127.97 163 45.28 -
System Red Green Blue C M Y K H S L
Decimal 12 175 190 0.94 0.08 0 0.25 185.06 0.88 0.4
Hex C AF BE 5E 8 0 19 B9 58 28
Octal 14 257 276 136 10 0 31 271 130 50
Binary 1100 10101111 10111110 1011110 1000 0 11001 10111001 1011000 101000

Color Harmonies of #0CAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAFBE

Black with #0CAFBE

Text Example


Text Example

White with #0CAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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