Html Css Color HEX #14BBD3 Iris Blue

📋 copy color: '#14BBD3'

red 20 ◦ green 187 ◦ blue 211

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

Shades of Iris Blue #14BBD3

Tints of Iris Blue #14BBD3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.74%

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

R = 4.78%
G = 44.74%
B = 50.48%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#14BBD3 (or 0x14BBD3) is known color: Iris Blue. HEX triplet: 14, BB and D3. RGB value is (20,187,211). Sum of RGB (Red+Green+Blue) = 20+187+211=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 211 (82.81% from 255 or 50.48% from 418); Max value from RGB is 211 - color contains mainly: blue. Hex color #14BBD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BBD3 is #EB442C. Grayscale: #8B8B8B. Windows color (decimal): -15418413 or 13875988. OLE color: 13875988.

HSL color Cylindrical-coordinate representation of color #14BBD3: hue angle of 187.54º 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 #14BBD3 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 187 211 -
CMYK 0.91 0.11 0 0.17
HSL 187.54º 0.83% 0.45% -
HSV(B) 187.54º 0.91% 0.83% -
XYZ 29.82 40.39 67.85 -
YUV 139.8 168.17 42.55 -
System Red Green Blue C M Y K H S L
Decimal 20 187 211 0.91 0.11 0 0.17 187.54 0.83 0.45
Hex 14 BB D3 5B B 0 11 BC 53 2D
Octal 24 273 323 133 13 0 21 274 123 55
Binary 10100 10111011 11010011 1011011 1011 0 10001 10111100 1010011 101101

Color Harmonies of #14BBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BBD3

Black with #14BBD3

Text Example


Text Example

White with #14BBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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