Html Css Color HEX #88AEFF Jordy Blue

📋 copy color: '#88AEFF'

red 136 ◦ green 174 ◦ blue 255

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

Shades of Jordy Blue #88AEFF

Tints of Jordy Blue #88AEFF

RGB

 RED value IS 136 (53.52% from 255) = 24.07%

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 24.07%
G = 30.8%
B = 45.13%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#88AEFF (or 0x88AEFF) is known color: Jordy Blue. HEX triplet: 88, AE and FF. RGB value is (136,174,255). Sum of RGB (Red+Green+Blue) = 136+174+255=565 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.07% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #88AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AEFF is #775100. Grayscale: #ABABAB. Windows color (decimal): -7819521 or 16756360. OLE color: 16756360.

HSL color Cylindrical-coordinate representation of color #88AEFF: hue angle of 220.84º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88AEFF is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 174 255 -
CMYK 0.47 0.32 0 0
HSL 220.84º 1% 0.77% -
HSV(B) 220.84º 0.47% 1% -
XYZ 43.34 42.73 100.57 -
YUV 171.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 136 174 255 0.47 0.32 0 0 220.84 1 0.77
Hex 88 AE FF 2F 20 0 0 DD 64 4D
Octal 210 256 377 57 40 0 0 335 144 115
Binary 10001000 10101110 11111111 101111 100000 0 0 11011101 1100100 1001101

Color Harmonies of #88AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AEFF

Black with #88AEFF

Text Example


Text Example

White with #88AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88AEFF; }

 p { color: rgb(136,174,255); }

 H1.HeaderClassName
 {
   color: #88AEFF;
 }
 .AnyTagClassName
 {
   color: #88AEFF;
 }
</style>

background-color css

<style>
 a { background-color: #88AEFF; }

 a { background-color: rgb(136,174,255); }

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

border-color css

<style>
 span { border-color: #88AEFF; }

 span { border-color: rgb(136,174,255); }

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