Html Css Color HEX #21B9CF Iris Blue

📋 copy color: '#21B9CF'

red 33 ◦ green 185 ◦ blue 207

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

Shades of Iris Blue #21B9CF

Tints of Iris Blue #21B9CF

RGB

 RED value IS 33 (13.28% from 255) = 7.76%

 GREEN value IS 185 (72.66% from 255) = 43.53%

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

R = 7.76%
G = 43.53%
B = 48.71%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#21B9CF (or 0x21B9CF) is known color: Iris Blue. HEX triplet: 21, B9 and CF. RGB value is (33,185,207). Sum of RGB (Red+Green+Blue) = 33+185+207=425 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.76% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #21B9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B9CF is #DE4630. Grayscale: #8D8D8D. Windows color (decimal): -14566961 or 13613345. OLE color: 13613345.

HSL color Cylindrical-coordinate representation of color #21B9CF: hue angle of 187.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21B9CF is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 185 207 -
CMYK 0.84 0.11 0 0.19
HSL 187.59º 0.73% 0.47% -
HSV(B) 187.59º 0.84% 0.81% -
XYZ 29.24 39.53 65.12 -
YUV 142.06 164.64 50.21 -
System Red Green Blue C M Y K H S L
Decimal 33 185 207 0.84 0.11 0 0.19 187.59 0.73 0.47
Hex 21 B9 CF 54 B 0 13 BC 48 2F
Octal 41 271 317 124 13 0 23 274 110 57
Binary 100001 10111001 11001111 1010100 1011 0 10011 10111100 1001000 101111

Color Harmonies of #21B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B9CF

Black with #21B9CF

Text Example


Text Example

White with #21B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21B9CF; }

 p { color: rgb(33,185,207); }

 H1.HeaderClassName
 {
   color: #21B9CF;
 }
 .AnyTagClassName
 {
   color: #21B9CF;
 }
</style>

background-color css

<style>
 a { background-color: #21B9CF; }

 a { background-color: rgb(33,185,207); }

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

border-color css

<style>
 span { border-color: #21B9CF; }

 span { border-color: rgb(33,185,207); }

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