Html Css Color HEX #88AFFE Jordy Blue

📋 copy color: '#88AFFE'

red 136 ◦ green 175 ◦ blue 254

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

Shades of Jordy Blue #88AFFE

Tints of Jordy Blue #88AFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.97%

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 24.07%
G = 30.97%
B = 44.96%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#88AFFE (or 0x88AFFE) is known color: Jordy Blue. HEX triplet: 88, AF and FE. RGB value is (136,175,254). Sum of RGB (Red+Green+Blue) = 136+175+254=565 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.07% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #88AFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AFFE is #775001. Grayscale: #ABABAB. Windows color (decimal): -7819266 or 16691080. OLE color: 16691080.

HSL color Cylindrical-coordinate representation of color #88AFFE: hue angle of 220.17º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88AFFE is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 175 254 -
CMYK 0.46 0.31 0 0.00
HSL 220.17º 0.98% 0.76% -
HSV(B) 220.17º 0.46% 1% -
XYZ 43.37 43.05 99.79 -
YUV 172.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 136 175 254 0.46 0.31 0 0.00 220.17 0.98 0.76
Hex 88 AF FE 2E 1F 0 0 DC 62 4C
Octal 210 257 376 56 37 0 0 334 142 114
Binary 10001000 10101111 11111110 101110 11111 0 0 11011100 1100010 1001100

Color Harmonies of #88AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AFFE

Black with #88AFFE

Text Example


Text Example

White with #88AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,175,254); }

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

background-color css

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

 a { background-color: rgb(136,175,254); }

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

border-color css

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

 span { border-color: rgb(136,175,254); }

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