Html Css Color HEX #70ABEF Jordy Blue

📋 copy color: '#70ABEF'

red 112 ◦ green 171 ◦ blue 239

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

Shades of Jordy Blue #70ABEF

Tints of Jordy Blue #70ABEF

RGB

 RED value IS 112 (44.14% from 255) = 21.46%

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

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 21.46%
G = 32.76%
B = 45.79%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#70ABEF (or 0x70ABEF) is known color: Jordy Blue. HEX triplet: 70, AB and EF. RGB value is (112,171,239). Sum of RGB (Red+Green+Blue) = 112+171+239=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #70ABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ABEF is #8F5410. Grayscale: #A0A0A0. Windows color (decimal): -9393169 or 15706992. OLE color: 15706992.

HSL color Cylindrical-coordinate representation of color #70ABEF: hue angle of 212.13º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ABEF is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 171 239 -
CMYK 0.53 0.28 0 0.06
HSL 212.13º 0.8% 0.69% -
HSV(B) 212.13º 0.53% 0.94% -
XYZ 36.82 38.8 87.21 -
YUV 161.11 171.95 92.97 -
System Red Green Blue C M Y K H S L
Decimal 112 171 239 0.53 0.28 0 0.06 212.13 0.8 0.69
Hex 70 AB EF 35 1C 0 6 D4 50 45
Octal 160 253 357 65 34 0 6 324 120 105
Binary 1110000 10101011 11101111 110101 11100 0 110 11010100 1010000 1000101

Color Harmonies of #70ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABEF

Black with #70ABEF

Text Example


Text Example

White with #70ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70ABEF; }

 p { color: rgb(112,171,239); }

 H1.HeaderClassName
 {
   color: #70ABEF;
 }
 .AnyTagClassName
 {
   color: #70ABEF;
 }
</style>

background-color css

<style>
 a { background-color: #70ABEF; }

 a { background-color: rgb(112,171,239); }

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

border-color css

<style>
 span { border-color: #70ABEF; }

 span { border-color: rgb(112,171,239); }

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