Html Css Color HEX #88DFFF Columbia Blue

📋 copy color: '#88DFFF'

red 136 ◦ green 223 ◦ blue 255

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

Shades of Columbia Blue #88DFFF

Tints of Columbia Blue #88DFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.32%

 BLUE value IS 255 (100% from 255) = 41.53%

R = 22.15%
G = 36.32%
B = 41.53%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#88DFFF (or 0x88DFFF) is known color: Columbia Blue. HEX triplet: 88, DF and FF. RGB value is (136,223,255). Sum of RGB (Red+Green+Blue) = 136+223+255=614 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.15% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #88DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DFFF is #772000. Grayscale: #C8C8C8. Windows color (decimal): -7806977 or 16768904. OLE color: 16768904.

HSL color Cylindrical-coordinate representation of color #88DFFF: hue angle of 196.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88DFFF is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 223 255 -
CMYK 0.47 0.13 0 0
HSL 196.13º 1% 0.77% -
HSV(B) 196.13º 0.47% 1% -
XYZ 54.59 65.23 104.32 -
YUV 200.64 158.68 81.9 -
System Red Green Blue C M Y K H S L
Decimal 136 223 255 0.47 0.13 0 0 196.13 1 0.77
Hex 88 DF FF 2F D 0 0 C4 64 4D
Octal 210 337 377 57 15 0 0 304 144 115
Binary 10001000 11011111 11111111 101111 1101 0 0 11000100 1100100 1001101

Color Harmonies of #88DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DFFF

Black with #88DFFF

Text Example


Text Example

White with #88DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,223,255); }

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

background-color css

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

 a { background-color: rgb(136,223,255); }

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

border-color css

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

 span { border-color: rgb(136,223,255); }

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