Html Css Color HEX #68A9EB Jordy Blue

📋 copy color: '#68A9EB'

red 104 ◦ green 169 ◦ blue 235

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

Shades of Jordy Blue #68A9EB

Tints of Jordy Blue #68A9EB

RGB

 RED value IS 104 (41.02% from 255) = 20.47%

 GREEN value IS 169 (66.41% from 255) = 33.27%

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

R = 20.47%
G = 33.27%
B = 46.26%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68A9EB (or 0x68A9EB) is known color: Jordy Blue. HEX triplet: 68, A9 and EB. RGB value is (104,169,235). Sum of RGB (Red+Green+Blue) = 104+169+235=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #68A9EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A9EB is #975614. Grayscale: #9C9C9C. Windows color (decimal): -9917973 or 15444328. OLE color: 15444328.

HSL color Cylindrical-coordinate representation of color #68A9EB: hue angle of 210.23º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68A9EB is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 169 235 -
CMYK 0.56 0.28 0 0.08
HSL 210.23º 0.77% 0.66% -
HSV(B) 210.23º 0.56% 0.92% -
XYZ 34.89 37.32 83.96 -
YUV 157.09 171.97 90.13 -
System Red Green Blue C M Y K H S L
Decimal 104 169 235 0.56 0.28 0 0.08 210.23 0.77 0.66
Hex 68 A9 EB 38 1C 0 8 D2 4D 42
Octal 150 251 353 70 34 0 10 322 115 102
Binary 1101000 10101001 11101011 111000 11100 0 1000 11010010 1001101 1000010

Color Harmonies of #68A9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A9EB

Black with #68A9EB

Text Example


Text Example

White with #68A9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A9EB; }

 p { color: rgb(104,169,235); }

 H1.HeaderClassName
 {
   color: #68A9EB;
 }
 .AnyTagClassName
 {
   color: #68A9EB;
 }
</style>

background-color css

<style>
 a { background-color: #68A9EB; }

 a { background-color: rgb(104,169,235); }

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

border-color css

<style>
 span { border-color: #68A9EB; }

 span { border-color: rgb(104,169,235); }

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