Html Css Color HEX #69ABF2 Jordy Blue

📋 copy color: '#69ABF2'

red 105 ◦ green 171 ◦ blue 242

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

Shades of Jordy Blue #69ABF2

Tints of Jordy Blue #69ABF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.72%

R = 20.27%
G = 33.01%
B = 46.72%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#69ABF2 (or 0x69ABF2) is known color: Jordy Blue. HEX triplet: 69, AB and F2. RGB value is (105,171,242). Sum of RGB (Red+Green+Blue) = 105+171+242=518 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.27% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #69ABF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ABF2 is #96540D. Grayscale: #9F9F9F. Windows color (decimal): -9851918 or 15903593. OLE color: 15903593.

HSL color Cylindrical-coordinate representation of color #69ABF2: hue angle of 211.09º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69ABF2 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 171 242 -
CMYK 0.57 0.29 0 0.05
HSL 211.09º 0.84% 0.68% -
HSV(B) 211.09º 0.57% 0.95% -
XYZ 36.42 38.54 89.52 -
YUV 159.36 174.63 89.23 -
System Red Green Blue C M Y K H S L
Decimal 105 171 242 0.57 0.29 0 0.05 211.09 0.84 0.68
Hex 69 AB F2 39 1D 0 5 D3 54 44
Octal 151 253 362 71 35 0 5 323 124 104
Binary 1101001 10101011 11110010 111001 11101 0 101 11010011 1010100 1000100

Color Harmonies of #69ABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ABF2

Black with #69ABF2

Text Example


Text Example

White with #69ABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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