Html Css Color HEX #02B5DF Iris Blue

📋 copy color: '#02B5DF'

red 2 ◦ green 181 ◦ blue 223

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

Shades of Iris Blue #02B5DF

Tints of Iris Blue #02B5DF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.58%

 BLUE value IS 223 (87.5% from 255) = 54.93%

R = 0.49%
G = 44.58%
B = 54.93%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02B5DF (or 0x02B5DF) is known color: Iris Blue. HEX triplet: 02, B5 and DF. RGB value is (2,181,223). Sum of RGB (Red+Green+Blue) = 2+181+223=406 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #02B5DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B5DF is #FD4A20. Grayscale: #838383. Windows color (decimal): -16599585 or 14660866. OLE color: 14660866.

HSL color Cylindrical-coordinate representation of color #02B5DF: hue angle of 191.4º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B5DF is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 181 223 -
CMYK 0.99 0.19 0 0.13
HSL 191.4º 0.98% 0.44% -
HSV(B) 191.4º 0.99% 0.87% -
XYZ 29.87 38.39 75.65 -
YUV 132.27 179.2 35.08 -
System Red Green Blue C M Y K H S L
Decimal 2 181 223 0.99 0.19 0 0.13 191.4 0.98 0.44
Hex 2 B5 DF 63 13 0 D BF 62 2C
Octal 2 265 337 143 23 0 15 277 142 54
Binary 10 10110101 11011111 1100011 10011 0 1101 10111111 1100010 101100

Color Harmonies of #02B5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B5DF

Black with #02B5DF

Text Example


Text Example

White with #02B5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,181,223); }

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

background-color css

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

 a { background-color: rgb(2,181,223); }

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

border-color css

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

 span { border-color: rgb(2,181,223); }

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