Html Css Color HEX #02BFC3 Iris Blue

📋 copy color: '#02BFC3'

red 2 ◦ green 191 ◦ blue 195

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

Shades of Iris Blue #02BFC3

Tints of Iris Blue #02BFC3

RGB

 RED value IS 2 (1.17% from 255) = 0.52%

 GREEN value IS 191 (75% from 255) = 49.23%

 BLUE value IS 195 (76.56% from 255) = 50.26%

R = 0.52%
G = 49.23%
B = 50.26%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#02BFC3 (or 0x02BFC3) is known color: Iris Blue. HEX triplet: 02, BF and C3. RGB value is (2,191,195). Sum of RGB (Red+Green+Blue) = 2+191+195=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #02BFC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BFC3 is #FD403C. Grayscale: #868686. Windows color (decimal): -16597053 or 12828418. OLE color: 12828418.

HSL color Cylindrical-coordinate representation of color #02BFC3: hue angle of 181.24º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BFC3 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 191 195 -
CMYK 0.99 0.02 0 0.24
HSL 181.24º 0.98% 0.39% -
HSV(B) 181.24º 0.99% 0.76% -
XYZ 28.51 41.21 58.08 -
YUV 134.95 161.88 33.17 -
System Red Green Blue C M Y K H S L
Decimal 2 191 195 0.99 0.02 0 0.24 181.24 0.98 0.39
Hex 2 BF C3 63 2 0 18 B5 62 27
Octal 2 277 303 143 2 0 30 265 142 47
Binary 10 10111111 11000011 1100011 10 0 11000 10110101 1100010 100111

Color Harmonies of #02BFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BFC3

Black with #02BFC3

Text Example


Text Example

White with #02BFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02BFC3; }

 p { color: rgb(2,191,195); }

 H1.HeaderClassName
 {
   color: #02BFC3;
 }
 .AnyTagClassName
 {
   color: #02BFC3;
 }
</style>

background-color css

<style>
 a { background-color: #02BFC3; }

 a { background-color: rgb(2,191,195); }

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

border-color css

<style>
 span { border-color: #02BFC3; }

 span { border-color: rgb(2,191,195); }

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