Html Css Color HEX #6EACDA Jordy Blue

📋 copy color: '#6EACDA'

red 110 ◦ green 172 ◦ blue 218

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

Shades of Jordy Blue #6EACDA

Tints of Jordy Blue #6EACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 22%
G = 34.4%
B = 43.6%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6EACDA (or 0x6EACDA) is known color: Jordy Blue. HEX triplet: 6E, AC and DA. RGB value is (110,172,218). Sum of RGB (Red+Green+Blue) = 110+172+218=500 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #6EACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACDA is #915325. Grayscale: #9E9E9E. Windows color (decimal): -9524006 or 14330990. OLE color: 14330990.

HSL color Cylindrical-coordinate representation of color #6EACDA: hue angle of 205.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EACDA is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 172 218 -
CMYK 0.50 0.21 0 0.15
HSL 205.56º 0.59% 0.64% -
HSV(B) 205.56º 0.5% 0.85% -
XYZ 33.84 37.88 71.86 -
YUV 158.71 161.46 93.26 -
System Red Green Blue C M Y K H S L
Decimal 110 172 218 0.50 0.21 0 0.15 205.56 0.59 0.64
Hex 6E AC DA 32 15 0 F CE 3B 40
Octal 156 254 332 62 25 0 17 316 73 100
Binary 1101110 10101100 11011010 110010 10101 0 1111 11001110 111011 1000000

Color Harmonies of #6EACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACDA

Black with #6EACDA

Text Example


Text Example

White with #6EACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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