Html Css Color HEX #88BAE6 Jordy Blue

📋 copy color: '#88BAE6'

red 136 ◦ green 186 ◦ blue 230

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

Shades of Jordy Blue #88BAE6

Tints of Jordy Blue #88BAE6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.7%

 BLUE value IS 230 (90.23% from 255) = 41.67%

R = 24.64%
G = 33.7%
B = 41.67%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#88BAE6 (or 0x88BAE6) is known color: Jordy Blue. HEX triplet: 88, BA and E6. RGB value is (136,186,230). Sum of RGB (Red+Green+Blue) = 136+186+230=552 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.64% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #88BAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BAE6 is #774519. Grayscale: #AFAFAF. Windows color (decimal): -7816474 or 15121032. OLE color: 15121032.

HSL color Cylindrical-coordinate representation of color #88BAE6: hue angle of 208.09º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88BAE6 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 136 186 230 -
CMYK 0.41 0.19 0 0.10
HSL 208.09º 0.65% 0.72% -
HSV(B) 208.09º 0.41% 0.9% -
XYZ 42 46.07 81.54 -
YUV 176.07 158.44 99.42 -
System Red Green Blue C M Y K H S L
Decimal 136 186 230 0.41 0.19 0 0.10 208.09 0.65 0.72
Hex 88 BA E6 29 13 0 A D0 41 48
Octal 210 272 346 51 23 0 12 320 101 110
Binary 10001000 10111010 11100110 101001 10011 0 1010 11010000 1000001 1001000

Color Harmonies of #88BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BAE6

Black with #88BAE6

Text Example


Text Example

White with #88BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,186,230); }

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

background-color css

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

 a { background-color: rgb(136,186,230); }

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

border-color css

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

 span { border-color: rgb(136,186,230); }

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