Html Css Color HEX #6EACDE Jordy Blue

📋 copy color: '#6EACDE'

red 110 ◦ green 172 ◦ blue 222

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

Shades of Jordy Blue #6EACDE

Tints of Jordy Blue #6EACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.05%

R = 21.83%
G = 34.13%
B = 44.05%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6EACDE (or 0x6EACDE) is known color: Jordy Blue. HEX triplet: 6E, AC and DE. RGB value is (110,172,222). Sum of RGB (Red+Green+Blue) = 110+172+222=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #6EACDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACDE is #915321. Grayscale: #9E9E9E. Windows color (decimal): -9524002 or 14593134. OLE color: 14593134.

HSL color Cylindrical-coordinate representation of color #6EACDE: hue angle of 206.79º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EACDE is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 172 222 -
CMYK 0.50 0.23 0 0.13
HSL 206.79º 0.63% 0.65% -
HSV(B) 206.79º 0.5% 0.87% -
XYZ 34.37 38.09 74.65 -
YUV 159.16 163.46 92.93 -
System Red Green Blue C M Y K H S L
Decimal 110 172 222 0.50 0.23 0 0.13 206.79 0.63 0.65
Hex 6E AC DE 32 17 0 D CF 3F 41
Octal 156 254 336 62 27 0 15 317 77 101
Binary 1101110 10101100 11011110 110010 10111 0 1101 11001111 111111 1000001

Color Harmonies of #6EACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACDE

Black with #6EACDE

Text Example


Text Example

White with #6EACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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