Html Css Color HEX #69A8EA Jordy Blue

📋 copy color: '#69A8EA'

red 105 ◦ green 168 ◦ blue 234

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

Shades of Jordy Blue #69A8EA

Tints of Jordy Blue #69A8EA

RGB

 RED value IS 105 (41.41% from 255) = 20.71%

 GREEN value IS 168 (66.02% from 255) = 33.14%

 BLUE value IS 234 (91.8% from 255) = 46.15%

R = 20.71%
G = 33.14%
B = 46.15%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#69A8EA (or 0x69A8EA) is known color: Jordy Blue. HEX triplet: 69, A8 and EA. RGB value is (105,168,234). Sum of RGB (Red+Green+Blue) = 105+168+234=507 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.71% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #69A8EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A8EA is #965715. Grayscale: #9C9C9C. Windows color (decimal): -9852694 or 15378537. OLE color: 15378537.

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

Color convert

RGB 105 168 234 -
CMYK 0.55 0.28 0 0.08
HSL 210.7º 0.75% 0.66% -
HSV(B) 210.7º 0.55% 0.92% -
XYZ 34.68 36.95 83.15 -
YUV 156.69 171.63 91.13 -
System Red Green Blue C M Y K H S L
Decimal 105 168 234 0.55 0.28 0 0.08 210.7 0.75 0.66
Hex 69 A8 EA 37 1C 0 8 D3 4B 42
Octal 151 250 352 67 34 0 10 323 113 102
Binary 1101001 10101000 11101010 110111 11100 0 1000 11010011 1001011 1000010

Color Harmonies of #69A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A8EA

Black with #69A8EA

Text Example


Text Example

White with #69A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69A8EA; }

 p { color: rgb(105,168,234); }

 H1.HeaderClassName
 {
   color: #69A8EA;
 }
 .AnyTagClassName
 {
   color: #69A8EA;
 }
</style>

background-color css

<style>
 a { background-color: #69A8EA; }

 a { background-color: rgb(105,168,234); }

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

border-color css

<style>
 span { border-color: #69A8EA; }

 span { border-color: rgb(105,168,234); }

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