Html Css Color HEX #14BFCC Iris Blue

📋 copy color: '#14BFCC'

red 20 ◦ green 191 ◦ blue 204

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

Shades of Iris Blue #14BFCC

Tints of Iris Blue #14BFCC

RGB

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

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

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

R = 4.82%
G = 46.02%
B = 49.16%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#14BFCC (or 0x14BFCC) is known color: Iris Blue. HEX triplet: 14, BF and CC. RGB value is (20,191,204). Sum of RGB (Red+Green+Blue) = 20+191+204=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #14BFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFCC is #EB4033. Grayscale: #8D8D8D. Windows color (decimal): -15417396 or 13418260. OLE color: 13418260.

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

Color convert

RGB 20 191 204 -
CMYK 0.90 0.06 0 0.2
HSL 184.24º 0.82% 0.44% -
HSV(B) 184.24º 0.9% 0.8% -
XYZ 29.82 41.77 63.62 -
YUV 141.35 163.35 41.44 -
System Red Green Blue C M Y K H S L
Decimal 20 191 204 0.90 0.06 0 0.2 184.24 0.82 0.44
Hex 14 BF CC 5A 6 0 14 B8 52 2C
Octal 24 277 314 132 6 0 24 270 122 54
Binary 10100 10111111 11001100 1011010 110 0 10100 10111000 1010010 101100

Color Harmonies of #14BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFCC

Black with #14BFCC

Text Example


Text Example

White with #14BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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