Html Css Color HEX #70ABEE Jordy Blue

📋 copy color: '#70ABEE'

red 112 ◦ green 171 ◦ blue 238

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

Shades of Jordy Blue #70ABEE

Tints of Jordy Blue #70ABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 21.5%
G = 32.82%
B = 45.68%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#70ABEE (or 0x70ABEE) is known color: Jordy Blue. HEX triplet: 70, AB and EE. RGB value is (112,171,238). Sum of RGB (Red+Green+Blue) = 112+171+238=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #70ABEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ABEE is #8F5411. Grayscale: #A0A0A0. Windows color (decimal): -9393170 or 15641456. OLE color: 15641456.

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

Color convert

RGB 112 171 238 -
CMYK 0.53 0.28 0 0.07
HSL 211.9º 0.79% 0.69% -
HSV(B) 211.9º 0.53% 0.93% -
XYZ 36.68 38.74 86.43 -
YUV 161 171.45 93.05 -
System Red Green Blue C M Y K H S L
Decimal 112 171 238 0.53 0.28 0 0.07 211.9 0.79 0.69
Hex 70 AB EE 35 1C 0 7 D4 4F 45
Octal 160 253 356 65 34 0 7 324 117 105
Binary 1110000 10101011 11101110 110101 11100 0 111 11010100 1001111 1000101

Color Harmonies of #70ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABEE

Black with #70ABEE

Text Example


Text Example

White with #70ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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