Html Css Color HEX #6EABEB Jordy Blue

📋 copy color: '#6EABEB'

red 110 ◦ green 171 ◦ blue 235

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

Shades of Jordy Blue #6EABEB

Tints of Jordy Blue #6EABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.14%

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 21.32%
G = 33.14%
B = 45.54%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6EABEB (or 0x6EABEB) is known color: Jordy Blue. HEX triplet: 6E, AB and EB. RGB value is (110,171,235). Sum of RGB (Red+Green+Blue) = 110+171+235=516 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.32% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EABEB is #915414. Grayscale: #9F9F9F. Windows color (decimal): -9524245 or 15444846. OLE color: 15444846.

HSL color Cylindrical-coordinate representation of color #6EABEB: hue angle of 210.72º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EABEB is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 171 235 -
CMYK 0.53 0.27 0 0.08
HSL 210.72º 0.76% 0.68% -
HSV(B) 210.72º 0.53% 0.92% -
XYZ 35.99 38.44 84.12 -
YUV 160.06 170.29 92.3 -
System Red Green Blue C M Y K H S L
Decimal 110 171 235 0.53 0.27 0 0.08 210.72 0.76 0.68
Hex 6E AB EB 35 1B 0 8 D3 4C 44
Octal 156 253 353 65 33 0 10 323 114 104
Binary 1101110 10101011 11101011 110101 11011 0 1000 11010011 1001100 1000100

Color Harmonies of #6EABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EABEB

Black with #6EABEB

Text Example


Text Example

White with #6EABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,171,235); }

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

background-color css

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

 a { background-color: rgb(110,171,235); }

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

border-color css

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

 span { border-color: rgb(110,171,235); }

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