Html Css Color HEX #02BACF Iris Blue

📋 copy color: '#02BACF'

red 2 ◦ green 186 ◦ blue 207

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

Shades of Iris Blue #02BACF

Tints of Iris Blue #02BACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.09%

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 0.51%
G = 47.09%
B = 52.41%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#02BACF (or 0x02BACF) is known color: Iris Blue. HEX triplet: 02, BA and CF. RGB value is (2,186,207). Sum of RGB (Red+Green+Blue) = 2+186+207=395 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #02BACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BACF is #FD4530. Grayscale: #858585. Windows color (decimal): -16598321 or 13613570. OLE color: 13613570.

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

Color convert

RGB 2 186 207 -
CMYK 0.99 0.10 0 0.19
HSL 186.15º 0.98% 0.41% -
HSV(B) 186.15º 0.99% 0.81% -
XYZ 28.85 39.64 65.16 -
YUV 133.38 169.54 34.29 -
System Red Green Blue C M Y K H S L
Decimal 2 186 207 0.99 0.10 0 0.19 186.15 0.98 0.41
Hex 2 BA CF 63 A 0 13 BA 62 29
Octal 2 272 317 143 12 0 23 272 142 51
Binary 10 10111010 11001111 1100011 1010 0 10011 10111010 1100010 101001

Color Harmonies of #02BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BACF

Black with #02BACF

Text Example


Text Example

White with #02BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,186,207); }

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

background-color css

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

 a { background-color: rgb(2,186,207); }

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

border-color css

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

 span { border-color: rgb(2,186,207); }

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