Html Css Color HEX #14BFD3 Iris Blue

📋 copy color: '#14BFD3'

red 20 ◦ green 191 ◦ blue 211

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

Shades of Iris Blue #14BFD3

Tints of Iris Blue #14BFD3

RGB

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

 GREEN value IS 191 (75% from 255) = 45.26%

 BLUE value IS 211 (82.81% from 255) = 50%

R = 4.74%
G = 45.26%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#14BFD3 (or 0x14BFD3) is known color: Iris Blue. HEX triplet: 14, BF and D3. RGB value is (20,191,211). Sum of RGB (Red+Green+Blue) = 20+191+211=422 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.74% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 211 (82.81% from 255 or 50% from 422); Max value from RGB is 211 - color contains mainly: blue. Hex color #14BFD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFD3 is #EB402C. Grayscale: #8D8D8D. Windows color (decimal): -15417389 or 13877012. OLE color: 13877012.

HSL color Cylindrical-coordinate representation of color #14BFD3: hue angle of 186.28º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BFD3 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 191 211 -
CMYK 0.91 0.09 0 0.17
HSL 186.28º 0.83% 0.45% -
HSV(B) 186.28º 0.91% 0.83% -
XYZ 30.68 42.11 68.14 -
YUV 142.15 166.85 40.87 -
System Red Green Blue C M Y K H S L
Decimal 20 191 211 0.91 0.09 0 0.17 186.28 0.83 0.45
Hex 14 BF D3 5B 9 0 11 BA 53 2D
Octal 24 277 323 133 11 0 21 272 123 55
Binary 10100 10111111 11010011 1011011 1001 0 10001 10111010 1010011 101101

Color Harmonies of #14BFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFD3

Black with #14BFD3

Text Example


Text Example

White with #14BFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,191,211); }

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

background-color css

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

 a { background-color: rgb(20,191,211); }

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

border-color css

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

 span { border-color: rgb(20,191,211); }

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