Html Css Color HEX #99DDFE Columbia Blue

📋 copy color: '#99DDFE'

red 153 ◦ green 221 ◦ blue 254

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

Shades of Columbia Blue #99DDFE

Tints of Columbia Blue #99DDFE

RGB

 RED value IS 153 (60.16% from 255) = 24.36%

 GREEN value IS 221 (86.72% from 255) = 35.19%

 BLUE value IS 254 (99.61% from 255) = 40.45%

R = 24.36%
G = 35.19%
B = 40.45%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#99DDFE (or 0x99DDFE) is known color: Columbia Blue. HEX triplet: 99, DD and FE. RGB value is (153,221,254). Sum of RGB (Red+Green+Blue) = 153+221+254=628 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.36% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #99DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DDFE is #662201. Grayscale: #CCCCCC. Windows color (decimal): -6693378 or 16702873. OLE color: 16702873.

HSL color Cylindrical-coordinate representation of color #99DDFE: hue angle of 199.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99DDFE is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 221 254 -
CMYK 0.40 0.13 0 0.00
HSL 199.6º 0.98% 0.8% -
HSV(B) 199.6º 0.4% 1% -
XYZ 56.88 65.64 103.44 -
YUV 204.43 155.97 91.32 -
System Red Green Blue C M Y K H S L
Decimal 153 221 254 0.40 0.13 0 0.00 199.6 0.98 0.8
Hex 99 DD FE 28 D 0 0 C8 62 50
Octal 231 335 376 50 15 0 0 310 142 120
Binary 10011001 11011101 11111110 101000 1101 0 0 11001000 1100010 1010000

Color Harmonies of #99DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DDFE

Black with #99DDFE

Text Example


Text Example

White with #99DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99DDFE; }

 p { color: rgb(153,221,254); }

 H1.HeaderClassName
 {
   color: #99DDFE;
 }
 .AnyTagClassName
 {
   color: #99DDFE;
 }
</style>

background-color css

<style>
 a { background-color: #99DDFE; }

 a { background-color: rgb(153,221,254); }

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

border-color css

<style>
 span { border-color: #99DDFE; }

 span { border-color: rgb(153,221,254); }

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