Html Css Color HEX #88AFDB Jordy Blue

📋 copy color: '#88AFDB'

red 136 ◦ green 175 ◦ blue 219

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

Shades of Jordy Blue #88AFDB

Tints of Jordy Blue #88AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 25.66%
G = 33.02%
B = 41.32%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#88AFDB (or 0x88AFDB) is known color: Jordy Blue. HEX triplet: 88, AF and DB. RGB value is (136,175,219). Sum of RGB (Red+Green+Blue) = 136+175+219=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #88AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AFDB is #775024. Grayscale: #A8A8A8. Windows color (decimal): -7819301 or 14397320. OLE color: 14397320.

HSL color Cylindrical-coordinate representation of color #88AFDB: hue angle of 211.81º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88AFDB is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 175 219 -
CMYK 0.38 0.20 0 0.14
HSL 211.81º 0.54% 0.7% -
HSV(B) 211.81º 0.38% 0.86% -
XYZ 38.27 41.01 72.92 -
YUV 168.36 156.58 104.92 -
System Red Green Blue C M Y K H S L
Decimal 136 175 219 0.38 0.20 0 0.14 211.81 0.54 0.7
Hex 88 AF DB 26 14 0 E D4 36 46
Octal 210 257 333 46 24 0 16 324 66 106
Binary 10001000 10101111 11011011 100110 10100 0 1110 11010100 110110 1000110

Color Harmonies of #88AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AFDB

Black with #88AFDB

Text Example


Text Example

White with #88AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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