Html Css Color HEX #14ACCB Iris Blue

📋 copy color: '#14ACCB'

red 20 ◦ green 172 ◦ blue 203

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

Shades of Iris Blue #14ACCB

Tints of Iris Blue #14ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.54%

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

R = 5.06%
G = 43.54%
B = 51.39%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#14ACCB (or 0x14ACCB) is known color: Iris Blue. HEX triplet: 14, AC and CB. RGB value is (20,172,203). Sum of RGB (Red+Green+Blue) = 20+172+203=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #14ACCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ACCB is #EB5334. Grayscale: #818181. Windows color (decimal): -15422261 or 13347860. OLE color: 13347860.

HSL color Cylindrical-coordinate representation of color #14ACCB: hue angle of 190.16º 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 #14ACCB is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 172 203 -
CMYK 0.90 0.15 0 0.20
HSL 190.16º 0.82% 0.44% -
HSV(B) 190.16º 0.9% 0.8% -
XYZ 25.82 33.97 61.7 -
YUV 130.09 169.14 49.48 -
System Red Green Blue C M Y K H S L
Decimal 20 172 203 0.90 0.15 0 0.20 190.16 0.82 0.44
Hex 14 AC CB 5A F 0 14 BE 52 2C
Octal 24 254 313 132 17 0 24 276 122 54
Binary 10100 10101100 11001011 1011010 1111 0 10100 10111110 1010010 101100

Color Harmonies of #14ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ACCB

Black with #14ACCB

Text Example


Text Example

White with #14ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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