Html Css Color HEX #88AFFD Jordy Blue

📋 copy color: '#88AFFD'

red 136 ◦ green 175 ◦ blue 253

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

Shades of Jordy Blue #88AFFD

Tints of Jordy Blue #88AFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.86%

R = 24.11%
G = 31.03%
B = 44.86%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#88AFFD (or 0x88AFFD) is known color: Jordy Blue. HEX triplet: 88, AF and FD. RGB value is (136,175,253). Sum of RGB (Red+Green+Blue) = 136+175+253=564 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.11% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #88AFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AFFD is #775002. Grayscale: #ABABAB. Windows color (decimal): -7819267 or 16625544. OLE color: 16625544.

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

Color convert

RGB 136 175 253 -
CMYK 0.46 0.31 0 0.01
HSL 220º 0.97% 0.76% -
HSV(B) 220º 0.46% 0.99% -
XYZ 43.21 42.99 98.95 -
YUV 172.23 173.58 102.16 -
System Red Green Blue C M Y K H S L
Decimal 136 175 253 0.46 0.31 0 0.01 220 0.97 0.76
Hex 88 AF FD 2E 1F 0 1 DC 61 4C
Octal 210 257 375 56 37 0 1 334 141 114
Binary 10001000 10101111 11111101 101110 11111 0 1 11011100 1100001 1001100

Color Harmonies of #88AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AFFD

Black with #88AFFD

Text Example


Text Example

White with #88AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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