Html Css Color HEX #0CAFB4 Iris Blue

📋 copy color: '#0CAFB4'

red 12 ◦ green 175 ◦ blue 180

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

Shades of Iris Blue #0CAFB4

Tints of Iris Blue #0CAFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.05%

R = 3.27%
G = 47.68%
B = 49.05%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0CAFB4 (or 0x0CAFB4) is known color: Iris Blue. HEX triplet: 0C, AF and B4. RGB value is (12,175,180). Sum of RGB (Red+Green+Blue) = 12+175+180=367 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.27% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #0CAFB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAFB4 is #F3504B. Grayscale: #7E7E7E. Windows color (decimal): -15945804 or 11841292. OLE color: 11841292.

HSL color Cylindrical-coordinate representation of color #0CAFB4: hue angle of 181.79º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAFB4 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 175 180 -
CMYK 0.93 0.03 0 0.29
HSL 181.79º 0.88% 0.38% -
HSV(B) 181.79º 0.93% 0.71% -
XYZ 23.72 34.03 48.5 -
YUV 126.83 158 46.09 -
System Red Green Blue C M Y K H S L
Decimal 12 175 180 0.93 0.03 0 0.29 181.79 0.88 0.38
Hex C AF B4 5D 3 0 1D B6 58 26
Octal 14 257 264 135 3 0 35 266 130 46
Binary 1100 10101111 10110100 1011101 11 0 11101 10110110 1011000 100110

Color Harmonies of #0CAFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAFB4

Black with #0CAFB4

Text Example


Text Example

White with #0CAFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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