Html Css Color HEX #70AEEB Jordy Blue

📋 copy color: '#70AEEB'

red 112 ◦ green 174 ◦ blue 235

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

Shades of Jordy Blue #70AEEB

Tints of Jordy Blue #70AEEB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.4%

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 21.5%
G = 33.4%
B = 45.11%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70AEEB (or 0x70AEEB) is known color: Jordy Blue. HEX triplet: 70, AE and EB. RGB value is (112,174,235). Sum of RGB (Red+Green+Blue) = 112+174+235=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #70AEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AEEB is #8F5114. Grayscale: #A2A2A2. Windows color (decimal): -9392405 or 15445616. OLE color: 15445616.

HSL color Cylindrical-coordinate representation of color #70AEEB: hue angle of 209.76º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70AEEB is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 174 235 -
CMYK 0.52 0.26 0 0.08
HSL 209.76º 0.75% 0.68% -
HSV(B) 209.76º 0.52% 0.92% -
XYZ 36.81 39.72 84.32 -
YUV 162.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 112 174 235 0.52 0.26 0 0.08 209.76 0.75 0.68
Hex 70 AE EB 34 1A 0 8 D2 4B 44
Octal 160 256 353 64 32 0 10 322 113 104
Binary 1110000 10101110 11101011 110100 11010 0 1000 11010010 1001011 1000100

Color Harmonies of #70AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEEB

Black with #70AEEB

Text Example


Text Example

White with #70AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,174,235); }

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

background-color css

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

 a { background-color: rgb(112,174,235); }

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

border-color css

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

 span { border-color: rgb(112,174,235); }

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