Html Css Color HEX #69A8DD Jordy Blue

📋 copy color: '#69A8DD'

red 105 ◦ green 168 ◦ blue 221

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

Shades of Jordy Blue #69A8DD

Tints of Jordy Blue #69A8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 21.26%
G = 34.01%
B = 44.74%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69A8DD (or 0x69A8DD) is known color: Jordy Blue. HEX triplet: 69, A8 and DD. RGB value is (105,168,221). Sum of RGB (Red+Green+Blue) = 105+168+221=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #69A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A8DD is #965722. Grayscale: #9A9A9A. Windows color (decimal): -9852707 or 14526569. OLE color: 14526569.

HSL color Cylindrical-coordinate representation of color #69A8DD: hue angle of 207.41º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69A8DD is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 168 221 -
CMYK 0.52 0.24 0 0.13
HSL 207.41º 0.63% 0.64% -
HSV(B) 207.41º 0.52% 0.87% -
XYZ 32.88 36.23 73.67 -
YUV 155.21 165.13 92.19 -
System Red Green Blue C M Y K H S L
Decimal 105 168 221 0.52 0.24 0 0.13 207.41 0.63 0.64
Hex 69 A8 DD 34 18 0 D CF 3F 40
Octal 151 250 335 64 30 0 15 317 77 100
Binary 1101001 10101000 11011101 110100 11000 0 1101 11001111 111111 1000000

Color Harmonies of #69A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A8DD

Black with #69A8DD

Text Example


Text Example

White with #69A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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