Html Css Color HEX #14AFCB Iris Blue

📋 copy color: '#14AFCB'

red 20 ◦ green 175 ◦ blue 203

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

Shades of Iris Blue #14AFCB

Tints of Iris Blue #14AFCB

RGB

 RED value IS 20 (8.2% from 255) = 5.03%

 GREEN value IS 175 (68.75% from 255) = 43.97%

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 5.03%
G = 43.97%
B = 51.01%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#14AFCB (or 0x14AFCB) is known color: Iris Blue. HEX triplet: 14, AF and CB. RGB value is (20,175,203). Sum of RGB (Red+Green+Blue) = 20+175+203=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #14AFCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AFCB is #EB5034. Grayscale: #838383. Windows color (decimal): -15421493 or 13348628. OLE color: 13348628.

HSL color Cylindrical-coordinate representation of color #14AFCB: hue angle of 189.18º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14AFCB is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 175 203 -
CMYK 0.90 0.14 0 0.20
HSL 189.18º 0.82% 0.44% -
HSV(B) 189.18º 0.9% 0.8% -
XYZ 26.4 35.12 61.89 -
YUV 131.85 168.15 48.22 -
System Red Green Blue C M Y K H S L
Decimal 20 175 203 0.90 0.14 0 0.20 189.18 0.82 0.44
Hex 14 AF CB 5A E 0 14 BD 52 2C
Octal 24 257 313 132 16 0 24 275 122 54
Binary 10100 10101111 11001011 1011010 1110 0 10100 10111101 1010010 101100

Color Harmonies of #14AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AFCB

Black with #14AFCB

Text Example


Text Example

White with #14AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14AFCB; }

 p { color: rgb(20,175,203); }

 H1.HeaderClassName
 {
   color: #14AFCB;
 }
 .AnyTagClassName
 {
   color: #14AFCB;
 }
</style>

background-color css

<style>
 a { background-color: #14AFCB; }

 a { background-color: rgb(20,175,203); }

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

border-color css

<style>
 span { border-color: #14AFCB; }

 span { border-color: rgb(20,175,203); }

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