Html Css Color HEX #69A5E6 Jordy Blue

📋 copy color: '#69A5E6'

red 105 ◦ green 165 ◦ blue 230

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

Shades of Jordy Blue #69A5E6

Tints of Jordy Blue #69A5E6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33%

 BLUE value IS 230 (90.23% from 255) = 46%

R = 21%
G = 33%
B = 46%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#69A5E6 (or 0x69A5E6) is known color: Jordy Blue. HEX triplet: 69, A5 and E6. RGB value is (105,165,230). Sum of RGB (Red+Green+Blue) = 105+165+230=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #69A5E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A5E6 is #965A19. Grayscale: #9A9A9A. Windows color (decimal): -9853466 or 15115625. OLE color: 15115625.

HSL color Cylindrical-coordinate representation of color #69A5E6: hue angle of 211.2º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69A5E6 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 165 230 -
CMYK 0.54 0.28 0 0.10
HSL 211.2º 0.71% 0.66% -
HSV(B) 211.2º 0.54% 0.9% -
XYZ 33.56 35.63 79.97 -
YUV 154.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 105 165 230 0.54 0.28 0 0.10 211.2 0.71 0.66
Hex 69 A5 E6 36 1C 0 A D3 47 42
Octal 151 245 346 66 34 0 12 323 107 102
Binary 1101001 10100101 11100110 110110 11100 0 1010 11010011 1000111 1000010

Color Harmonies of #69A5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A5E6

Black with #69A5E6

Text Example


Text Example

White with #69A5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,165,230); }

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

background-color css

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

 a { background-color: rgb(105,165,230); }

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

border-color css

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

 span { border-color: rgb(105,165,230); }

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