#88B0FA

Color #88B0FA Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #88B0FA

Tints of Jordy Blue #88B0FA

Color information

#88B0FA (or 0x88B0FA) is unknown color: approx Jordy Blue. HEX triplet: 88, B0 and FA. RGB value is (136,176,250). Sum of RGB (Red+Green+Blue) = 136+176+250=562 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.20% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #88B0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88B0FA is #774F05. Grayscale: #ACACAC. Windows color (decimal): -7819014 or 16429192. OLE color: 16429192.

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

Color convert

RGB136176250-
CMYK0.460.3000.02
HSL218.95º91.94%75.69%-
HSV(B)218.95º45.6%98.04%-
XYZ42.9343.1996.52-
YUV172.48171.75101.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.20%
GREEN value IS 176 (69.14% from 255) = 31.32%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=24.20%
G=31.32%
B=44.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361762500.460.3000.02218.9591.9475.69
Hex88B0FA2E1E02db5c4c
Octal210260372563602333134114
Binary100010001011000011111010101110111100101101101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,176,250); }

 H1.HeaderClassName
 {
   color: #88B0FA;
 }
 .AnyTagClassName
 {
   color: #88B0FA;
 }
</style>
background-color css

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

 a { background-color: rgb(136,176,250); }

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

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

 span { border-color: rgb(136,176,250); }

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