Html Css Color HEX #6EACDB Jordy Blue

📋 copy color: '#6EACDB'

red 110 ◦ green 172 ◦ blue 219

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

Shades of Jordy Blue #6EACDB

Tints of Jordy Blue #6EACDB

RGB

 RED value IS 110 (43.36% from 255) = 21.96%

 GREEN value IS 172 (67.58% from 255) = 34.33%

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 21.96%
G = 34.33%
B = 43.71%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EACDB (or 0x6EACDB) is known color: Jordy Blue. HEX triplet: 6E, AC and DB. RGB value is (110,172,219). Sum of RGB (Red+Green+Blue) = 110+172+219=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACDB is #915324. Grayscale: #9E9E9E. Windows color (decimal): -9524005 or 14396526. OLE color: 14396526.

HSL color Cylindrical-coordinate representation of color #6EACDB: hue angle of 205.87º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EACDB is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 172 219 -
CMYK 0.50 0.21 0 0.14
HSL 205.87º 0.6% 0.65% -
HSV(B) 205.87º 0.5% 0.86% -
XYZ 33.97 37.93 72.55 -
YUV 158.82 161.96 93.18 -
System Red Green Blue C M Y K H S L
Decimal 110 172 219 0.50 0.21 0 0.14 205.87 0.6 0.65
Hex 6E AC DB 32 15 0 E CE 3C 41
Octal 156 254 333 62 25 0 16 316 74 101
Binary 1101110 10101100 11011011 110010 10101 0 1110 11001110 111100 1000001

Color Harmonies of #6EACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACDB

Black with #6EACDB

Text Example


Text Example

White with #6EACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EACDB; }

 p { color: rgb(110,172,219); }

 H1.HeaderClassName
 {
   color: #6EACDB;
 }
 .AnyTagClassName
 {
   color: #6EACDB;
 }
</style>

background-color css

<style>
 a { background-color: #6EACDB; }

 a { background-color: rgb(110,172,219); }

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

border-color css

<style>
 span { border-color: #6EACDB; }

 span { border-color: rgb(110,172,219); }

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