Html Css Color HEX #88B1FA Jordy Blue

📋 copy color: '#88B1FA'

red 136 ◦ green 177 ◦ blue 250

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

Shades of Jordy Blue #88B1FA

Tints of Jordy Blue #88B1FA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.44%

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 24.16%
G = 31.44%
B = 44.4%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#88B1FA (or 0x88B1FA) is known color: Jordy Blue. HEX triplet: 88, B1 and FA. RGB value is (136,177,250). Sum of RGB (Red+Green+Blue) = 136+177+250=563 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.16% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #88B1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88B1FA is #774E05. Grayscale: #ACACAC. Windows color (decimal): -7818758 or 16429448. OLE color: 16429448.

HSL color Cylindrical-coordinate representation of color #88B1FA: hue angle of 218.42º 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 #88B1FA is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 177 250 -
CMYK 0.46 0.29 0 0.02
HSL 218.42º 0.92% 0.76% -
HSV(B) 218.42º 0.46% 0.98% -
XYZ 43.13 43.58 96.58 -
YUV 173.06 171.42 101.56 -
System Red Green Blue C M Y K H S L
Decimal 136 177 250 0.46 0.29 0 0.02 218.42 0.92 0.76
Hex 88 B1 FA 2E 1D 0 2 DA 5C 4C
Octal 210 261 372 56 35 0 2 332 134 114
Binary 10001000 10110001 11111010 101110 11101 0 10 11011010 1011100 1001100

Color Harmonies of #88B1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B1FA

Black with #88B1FA

Text Example


Text Example

White with #88B1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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