Html Css Color HEX #02B2CF Iris Blue

📋 copy color: '#02B2CF'

red 2 ◦ green 178 ◦ blue 207

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

Shades of Iris Blue #02B2CF

Tints of Iris Blue #02B2CF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.99%

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

R = 0.52%
G = 45.99%
B = 53.49%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#02B2CF (or 0x02B2CF) is known color: Iris Blue. HEX triplet: 02, B2 and CF. RGB value is (2,178,207). Sum of RGB (Red+Green+Blue) = 2+178+207=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #02B2CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02B2CF is #FD4D30. Grayscale: #808080. Windows color (decimal): -16600369 or 13611522. OLE color: 13611522.

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

Color convert

RGB 2 178 207 -
CMYK 0.99 0.14 0 0.19
HSL 188.49º 0.98% 0.41% -
HSV(B) 188.49º 0.99% 0.81% -
XYZ 27.21 36.36 64.62 -
YUV 128.68 172.19 37.64 -
System Red Green Blue C M Y K H S L
Decimal 2 178 207 0.99 0.14 0 0.19 188.49 0.98 0.41
Hex 2 B2 CF 63 E 0 13 BC 62 29
Octal 2 262 317 143 16 0 23 274 142 51
Binary 10 10110010 11001111 1100011 1110 0 10011 10111100 1100010 101001

Color Harmonies of #02B2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B2CF

Black with #02B2CF

Text Example


Text Example

White with #02B2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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