Html Css Color HEX #14BEDD Iris Blue

📋 copy color: '#14BEDD'

red 20 ◦ green 190 ◦ blue 221

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

Shades of Iris Blue #14BEDD

Tints of Iris Blue #14BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.08%

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 4.64%
G = 44.08%
B = 51.28%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14BEDD (or 0x14BEDD) is known color: Iris Blue. HEX triplet: 14, BE and DD. RGB value is (20,190,221). Sum of RGB (Red+Green+Blue) = 20+190+221=431 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.64% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #14BEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BEDD is #EB4122. Grayscale: #8E8E8E. Windows color (decimal): -15417635 or 14532116. OLE color: 14532116.

HSL color Cylindrical-coordinate representation of color #14BEDD: hue angle of 189.25º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BEDD is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 190 221 -
CMYK 0.91 0.14 0 0.13
HSL 189.25º 0.83% 0.47% -
HSV(B) 189.25º 0.91% 0.87% -
XYZ 31.75 42.2 74.88 -
YUV 142.7 172.18 40.48 -
System Red Green Blue C M Y K H S L
Decimal 20 190 221 0.91 0.14 0 0.13 189.25 0.83 0.47
Hex 14 BE DD 5B E 0 D BD 53 2F
Octal 24 276 335 133 16 0 15 275 123 57
Binary 10100 10111110 11011101 1011011 1110 0 1101 10111101 1010011 101111

Color Harmonies of #14BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BEDD

Black with #14BEDD

Text Example


Text Example

White with #14BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,190,221); }

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

background-color css

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

 a { background-color: rgb(20,190,221); }

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

border-color css

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

 span { border-color: rgb(20,190,221); }

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