Html Css Color HEX #70ACEB Jordy Blue

📋 copy color: '#70ACEB'

red 112 ◦ green 172 ◦ blue 235

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

Shades of Jordy Blue #70ACEB

Tints of Jordy Blue #70ACEB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.14%

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

R = 21.58%
G = 33.14%
B = 45.28%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70ACEB (or 0x70ACEB) is known color: Jordy Blue. HEX triplet: 70, AC and EB. RGB value is (112,172,235). Sum of RGB (Red+Green+Blue) = 112+172+235=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #70ACEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ACEB is #8F5314. Grayscale: #A0A0A0. Windows color (decimal): -9392917 or 15445104. OLE color: 15445104.

HSL color Cylindrical-coordinate representation of color #70ACEB: hue angle of 210.73º 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 #70ACEB is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 172 235 -
CMYK 0.52 0.27 0 0.08
HSL 210.73º 0.75% 0.68% -
HSV(B) 210.73º 0.52% 0.92% -
XYZ 36.43 38.95 84.19 -
YUV 161.24 169.62 92.88 -
System Red Green Blue C M Y K H S L
Decimal 112 172 235 0.52 0.27 0 0.08 210.73 0.75 0.68
Hex 70 AC EB 34 1B 0 8 D3 4B 44
Octal 160 254 353 64 33 0 10 323 113 104
Binary 1110000 10101100 11101011 110100 11011 0 1000 11010011 1001011 1000100

Color Harmonies of #70ACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACEB

Black with #70ACEB

Text Example


Text Example

White with #70ACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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