Html Css Color HEX #0FC1CA Iris Blue

📋 copy color: '#0FC1CA'

red 15 ◦ green 193 ◦ blue 202

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

Shades of Iris Blue #0FC1CA

Tints of Iris Blue #0FC1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.07%

 BLUE value IS 202 (79.3% from 255) = 49.27%

R = 3.66%
G = 47.07%
B = 49.27%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0FC1CA (or 0x0FC1CA) is known color: Iris Blue. HEX triplet: 0F, C1 and CA. RGB value is (15,193,202). Sum of RGB (Red+Green+Blue) = 15+193+202=410 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.66% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #0FC1CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC1CA is #F03E35. Grayscale: #8C8C8C. Windows color (decimal): -15744566 or 13287695. OLE color: 13287695.

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

Color convert

RGB 15 193 202 -
CMYK 0.93 0.04 0 0.21
HSL 182.89º 0.86% 0.43% -
HSV(B) 182.89º 0.93% 0.79% -
XYZ 29.93 42.51 62.5 -
YUV 140.8 162.53 38.27 -
System Red Green Blue C M Y K H S L
Decimal 15 193 202 0.93 0.04 0 0.21 182.89 0.86 0.43
Hex F C1 CA 5D 4 0 15 B7 56 2B
Octal 17 301 312 135 4 0 25 267 126 53
Binary 1111 11000001 11001010 1011101 100 0 10101 10110111 1010110 101011

Color Harmonies of #0FC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC1CA

Black with #0FC1CA

Text Example


Text Example

White with #0FC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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