Html Css Color HEX #02BFD3 Iris Blue

📋 copy color: '#02BFD3'

red 2 ◦ green 191 ◦ blue 211

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

Shades of Iris Blue #02BFD3

Tints of Iris Blue #02BFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.23%

R = 0.5%
G = 47.28%
B = 52.23%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#02BFD3 (or 0x02BFD3) is known color: Iris Blue. HEX triplet: 02, BF and D3. RGB value is (2,191,211). Sum of RGB (Red+Green+Blue) = 2+191+211=404 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 211 (82.81% from 255 or 52.23% from 404); Max value from RGB is 211 - color contains mainly: blue. Hex color #02BFD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BFD3 is #FD402C. Grayscale: #888888. Windows color (decimal): -16597037 or 13876994. OLE color: 13876994.

HSL color Cylindrical-coordinate representation of color #02BFD3: hue angle of 185.74º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BFD3 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 2 191 211 -
CMYK 0.99 0.09 0 0.17
HSL 185.74º 0.98% 0.42% -
HSV(B) 185.74º 0.99% 0.83% -
XYZ 30.41 41.98 68.13 -
YUV 136.77 169.88 31.87 -
System Red Green Blue C M Y K H S L
Decimal 2 191 211 0.99 0.09 0 0.17 185.74 0.98 0.42
Hex 2 BF D3 63 9 0 11 BA 62 2A
Octal 2 277 323 143 11 0 21 272 142 52
Binary 10 10111111 11010011 1100011 1001 0 10001 10111010 1100010 101010

Color Harmonies of #02BFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BFD3

Black with #02BFD3

Text Example


Text Example

White with #02BFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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