Html Css Color HEX #99DFFE Columbia Blue

📋 copy color: '#99DFFE'

red 153 ◦ green 223 ◦ blue 254

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

Shades of Columbia Blue #99DFFE

Tints of Columbia Blue #99DFFE

RGB

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

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

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

R = 24.29%
G = 35.4%
B = 40.32%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#99DFFE (or 0x99DFFE) is known color: Columbia Blue. HEX triplet: 99, DF and FE. RGB value is (153,223,254). Sum of RGB (Red+Green+Blue) = 153+223+254=630 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.29% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #99DFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DFFE is #662001. Grayscale: #CDCDCD. Windows color (decimal): -6692866 or 16703385. OLE color: 16703385.

HSL color Cylindrical-coordinate representation of color #99DFFE: hue angle of 198.42º 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 #99DFFE is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 223 254 -
CMYK 0.40 0.12 0 0.00
HSL 198.42º 0.98% 0.8% -
HSV(B) 198.42º 0.4% 1% -
XYZ 57.41 66.7 103.61 -
YUV 205.6 155.31 90.48 -
System Red Green Blue C M Y K H S L
Decimal 153 223 254 0.40 0.12 0 0.00 198.42 0.98 0.8
Hex 99 DF FE 28 C 0 0 C6 62 50
Octal 231 337 376 50 14 0 0 306 142 120
Binary 10011001 11011111 11111110 101000 1100 0 0 11000110 1100010 1010000

Color Harmonies of #99DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DFFE

Black with #99DFFE

Text Example


Text Example

White with #99DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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