Html Css Color HEX #69A2E2 Jordy Blue

📋 copy color: '#69A2E2'

red 105 ◦ green 162 ◦ blue 226

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

Shades of Jordy Blue #69A2E2

Tints of Jordy Blue #69A2E2

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.86%

 BLUE value IS 226 (88.67% from 255) = 45.84%

R = 21.3%
G = 32.86%
B = 45.84%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#69A2E2 (or 0x69A2E2) is known color: Jordy Blue. HEX triplet: 69, A2 and E2. RGB value is (105,162,226). Sum of RGB (Red+Green+Blue) = 105+162+226=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 226 - color contains mainly: blue. Hex color #69A2E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A2E2 is #965D1D. Grayscale: #979797. Windows color (decimal): -9854238 or 14852713. OLE color: 14852713.

HSL color Cylindrical-coordinate representation of color #69A2E2: hue angle of 211.74º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69A2E2 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 105 162 226 -
CMYK 0.54 0.28 0 0.11
HSL 211.74º 0.68% 0.65% -
HSV(B) 211.74º 0.54% 0.89% -
XYZ 32.47 34.33 76.87 -
YUV 152.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 105 162 226 0.54 0.28 0 0.11 211.74 0.68 0.65
Hex 69 A2 E2 36 1C 0 B D4 44 41
Octal 151 242 342 66 34 0 13 324 104 101
Binary 1101001 10100010 11100010 110110 11100 0 1011 11010100 1000100 1000001

Color Harmonies of #69A2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A2E2

Black with #69A2E2

Text Example


Text Example

White with #69A2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,162,226); }

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

background-color css

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

 a { background-color: rgb(105,162,226); }

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

border-color css

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

 span { border-color: rgb(105,162,226); }

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