Html Css Color HEX #69ABEC Jordy Blue

📋 copy color: '#69ABEC'

red 105 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #69ABEC

Tints of Jordy Blue #69ABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.4%

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 20.51%
G = 33.4%
B = 46.09%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#69ABEC (or 0x69ABEC) is known color: Jordy Blue. HEX triplet: 69, AB and EC. RGB value is (105,171,236). Sum of RGB (Red+Green+Blue) = 105+171+236=512 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.51% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #69ABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ABEC is #965413. Grayscale: #9E9E9E. Windows color (decimal): -9851924 or 15510377. OLE color: 15510377.

HSL color Cylindrical-coordinate representation of color #69ABEC: hue angle of 209.77º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69ABEC is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 171 236 -
CMYK 0.56 0.28 0 0.07
HSL 209.77º 0.78% 0.67% -
HSV(B) 209.77º 0.56% 0.93% -
XYZ 35.53 38.19 84.85 -
YUV 158.68 171.63 89.71 -
System Red Green Blue C M Y K H S L
Decimal 105 171 236 0.56 0.28 0 0.07 209.77 0.78 0.67
Hex 69 AB EC 38 1C 0 7 D2 4E 43
Octal 151 253 354 70 34 0 7 322 116 103
Binary 1101001 10101011 11101100 111000 11100 0 111 11010010 1001110 1000011

Color Harmonies of #69ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ABEC

Black with #69ABEC

Text Example


Text Example

White with #69ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,171,236); }

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

background-color css

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

 a { background-color: rgb(105,171,236); }

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

border-color css

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

 span { border-color: rgb(105,171,236); }

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