Html Css Color HEX #02BCCF Iris Blue

📋 copy color: '#02BCCF'

red 2 ◦ green 188 ◦ blue 207

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

Shades of Iris Blue #02BCCF

Tints of Iris Blue #02BCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.36%

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

R = 0.5%
G = 47.36%
B = 52.14%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#02BCCF (or 0x02BCCF) is known color: Iris Blue. HEX triplet: 02, BC and CF. RGB value is (2,188,207). Sum of RGB (Red+Green+Blue) = 2+188+207=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #02BCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BCCF is #FD4330. Grayscale: #868686. Windows color (decimal): -16597809 or 13614082. OLE color: 13614082.

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

Color convert

RGB 2 188 207 -
CMYK 0.99 0.09 0 0.19
HSL 185.56º 0.98% 0.41% -
HSV(B) 185.56º 0.99% 0.81% -
XYZ 29.27 40.48 65.3 -
YUV 134.55 168.88 33.46 -
System Red Green Blue C M Y K H S L
Decimal 2 188 207 0.99 0.09 0 0.19 185.56 0.98 0.41
Hex 2 BC CF 63 9 0 13 BA 62 29
Octal 2 274 317 143 11 0 23 272 142 51
Binary 10 10111100 11001111 1100011 1001 0 10011 10111010 1100010 101001

Color Harmonies of #02BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BCCF

Black with #02BCCF

Text Example


Text Example

White with #02BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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