Html Css Color HEX #21B5CC Iris Blue

📋 copy color: '#21B5CC'

red 33 ◦ green 181 ◦ blue 204

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

Shades of Iris Blue #21B5CC

Tints of Iris Blue #21B5CC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.3%

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 7.89%
G = 43.3%
B = 48.8%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#21B5CC (or 0x21B5CC) is known color: Iris Blue. HEX triplet: 21, B5 and CC. RGB value is (33,181,204). Sum of RGB (Red+Green+Blue) = 33+181+204=418 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.89% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #21B5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B5CC is #DE4A33. Grayscale: #8B8B8B. Windows color (decimal): -14567988 or 13415713. OLE color: 13415713.

HSL color Cylindrical-coordinate representation of color #21B5CC: hue angle of 188.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21B5CC is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 181 204 -
CMYK 0.84 0.11 0 0.2
HSL 188.07º 0.72% 0.46% -
HSV(B) 188.07º 0.84% 0.8% -
XYZ 28.05 37.73 62.93 -
YUV 139.37 164.47 52.13 -
System Red Green Blue C M Y K H S L
Decimal 33 181 204 0.84 0.11 0 0.2 188.07 0.72 0.46
Hex 21 B5 CC 54 B 0 14 BC 48 2E
Octal 41 265 314 124 13 0 24 274 110 56
Binary 100001 10110101 11001100 1010100 1011 0 10100 10111100 1001000 101110

Color Harmonies of #21B5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B5CC

Black with #21B5CC

Text Example


Text Example

White with #21B5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,181,204); }

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

background-color css

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

 a { background-color: rgb(33,181,204); }

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

border-color css

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

 span { border-color: rgb(33,181,204); }

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