Html Css Color HEX #68AAEE Jordy Blue

📋 copy color: '#68AAEE'

red 104 ◦ green 170 ◦ blue 238

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

Shades of Jordy Blue #68AAEE

Tints of Jordy Blue #68AAEE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.2%

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 20.31%
G = 33.2%
B = 46.48%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68AAEE (or 0x68AAEE) is known color: Jordy Blue. HEX triplet: 68, AA and EE. RGB value is (104,170,238). Sum of RGB (Red+Green+Blue) = 104+170+238=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #68AAEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAEE is #975511. Grayscale: #9D9D9D. Windows color (decimal): -9917714 or 15641192. OLE color: 15641192.

HSL color Cylindrical-coordinate representation of color #68AAEE: hue angle of 210.45º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68AAEE is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 170 238 -
CMYK 0.56 0.29 0 0.07
HSL 210.45º 0.8% 0.67% -
HSV(B) 210.45º 0.56% 0.93% -
XYZ 35.52 37.87 86.33 -
YUV 158.02 173.13 89.47 -
System Red Green Blue C M Y K H S L
Decimal 104 170 238 0.56 0.29 0 0.07 210.45 0.8 0.67
Hex 68 AA EE 38 1D 0 7 D2 50 43
Octal 150 252 356 70 35 0 7 322 120 103
Binary 1101000 10101010 11101110 111000 11101 0 111 11010010 1010000 1000011

Color Harmonies of #68AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AAEE

Black with #68AAEE

Text Example


Text Example

White with #68AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,170,238); }

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

background-color css

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

 a { background-color: rgb(104,170,238); }

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

border-color css

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

 span { border-color: rgb(104,170,238); }

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