Html Css Color HEX #14BECB Iris Blue

📋 copy color: '#14BECB'

red 20 ◦ green 190 ◦ blue 203

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

Shades of Iris Blue #14BECB

Tints of Iris Blue #14BECB

RGB

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

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

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

R = 4.84%
G = 46%
B = 49.15%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#14BECB (or 0x14BECB) is known color: Iris Blue. HEX triplet: 14, BE and CB. RGB value is (20,190,203). Sum of RGB (Red+Green+Blue) = 20+190+203=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #14BECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BECB is #EB4134. Grayscale: #8C8C8C. Windows color (decimal): -15417653 or 13352468. OLE color: 13352468.

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

Color convert

RGB 20 190 203 -
CMYK 0.90 0.06 0 0.20
HSL 184.26º 0.82% 0.44% -
HSV(B) 184.26º 0.9% 0.8% -
XYZ 29.48 41.29 62.92 -
YUV 140.65 163.18 41.94 -
System Red Green Blue C M Y K H S L
Decimal 20 190 203 0.90 0.06 0 0.20 184.26 0.82 0.44
Hex 14 BE CB 5A 6 0 14 B8 52 2C
Octal 24 276 313 132 6 0 24 270 122 54
Binary 10100 10111110 11001011 1011010 110 0 10100 10111000 1010010 101100

Color Harmonies of #14BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BECB

Black with #14BECB

Text Example


Text Example

White with #14BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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