Html Css Color HEX #69A3DF Jordy Blue

📋 copy color: '#69A3DF'

red 105 ◦ green 163 ◦ blue 223

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

Shades of Jordy Blue #69A3DF

Tints of Jordy Blue #69A3DF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.2%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 21.38%
G = 33.2%
B = 45.42%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69A3DF (or 0x69A3DF) is known color: Jordy Blue. HEX triplet: 69, A3 and DF. RGB value is (105,163,223). Sum of RGB (Red+Green+Blue) = 105+163+223=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #69A3DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A3DF is #965C20. Grayscale: #989898. Windows color (decimal): -9853985 or 14656361. OLE color: 14656361.

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

Color convert

RGB 105 163 223 -
CMYK 0.53 0.27 0 0.13
HSL 210.51º 0.65% 0.64% -
HSV(B) 210.51º 0.53% 0.87% -
XYZ 32.24 34.53 74.78 -
YUV 152.5 167.78 94.12 -
System Red Green Blue C M Y K H S L
Decimal 105 163 223 0.53 0.27 0 0.13 210.51 0.65 0.64
Hex 69 A3 DF 35 1B 0 D D3 41 40
Octal 151 243 337 65 33 0 15 323 101 100
Binary 1101001 10100011 11011111 110101 11011 0 1101 11010011 1000001 1000000

Color Harmonies of #69A3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A3DF

Black with #69A3DF

Text Example


Text Example

White with #69A3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,163,223); }

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

background-color css

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

 a { background-color: rgb(105,163,223); }

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

border-color css

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

 span { border-color: rgb(105,163,223); }

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