Html Css Color HEX #02BBDF Iris Blue

📋 copy color: '#02BBDF'

red 2 ◦ green 187 ◦ blue 223

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

Shades of Iris Blue #02BBDF

Tints of Iris Blue #02BBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.39%

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

R = 0.49%
G = 45.39%
B = 54.13%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02BBDF (or 0x02BBDF) is known color: Iris Blue. HEX triplet: 02, BB and DF. RGB value is (2,187,223). Sum of RGB (Red+Green+Blue) = 2+187+223=412 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #02BBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BBDF is #FD4420. Grayscale: #878787. Windows color (decimal): -16598049 or 14662402. OLE color: 14662402.

HSL color Cylindrical-coordinate representation of color #02BBDF: hue angle of 189.77º 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 #02BBDF is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 187 223 -
CMYK 0.99 0.16 0 0.13
HSL 189.77º 0.98% 0.44% -
HSV(B) 189.77º 0.99% 0.87% -
XYZ 31.11 40.88 76.06 -
YUV 135.79 177.21 32.57 -
System Red Green Blue C M Y K H S L
Decimal 2 187 223 0.99 0.16 0 0.13 189.77 0.98 0.44
Hex 2 BB DF 63 10 0 D BE 62 2C
Octal 2 273 337 143 20 0 15 276 142 54
Binary 10 10111011 11011111 1100011 10000 0 1101 10111110 1100010 101100

Color Harmonies of #02BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BBDF

Black with #02BBDF

Text Example


Text Example

White with #02BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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