Html Css Color HEX #99DEFD Columbia Blue

📋 copy color: '#99DEFD'

red 153 ◦ green 222 ◦ blue 253

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

Shades of Columbia Blue #99DEFD

Tints of Columbia Blue #99DEFD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.35%

 BLUE value IS 253 (99.22% from 255) = 40.29%

R = 24.36%
G = 35.35%
B = 40.29%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#99DEFD (or 0x99DEFD) is known color: Columbia Blue. HEX triplet: 99, DE and FD. RGB value is (153,222,253). Sum of RGB (Red+Green+Blue) = 153+222+253=628 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.36% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #99DEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DEFD is #662102. Grayscale: #CCCCCC. Windows color (decimal): -6693123 or 16637593. OLE color: 16637593.

HSL color Cylindrical-coordinate representation of color #99DEFD: hue angle of 198.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99DEFD is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 222 253 -
CMYK 0.40 0.12 0 0.01
HSL 198.6º 0.96% 0.8% -
HSV(B) 198.6º 0.4% 0.99% -
XYZ 56.99 66.11 102.68 -
YUV 204.9 155.14 90.98 -
System Red Green Blue C M Y K H S L
Decimal 153 222 253 0.40 0.12 0 0.01 198.6 0.96 0.8
Hex 99 DE FD 28 C 0 1 C7 60 50
Octal 231 336 375 50 14 0 1 307 140 120
Binary 10011001 11011110 11111101 101000 1100 0 1 11000111 1100000 1010000

Color Harmonies of #99DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DEFD

Black with #99DEFD

Text Example


Text Example

White with #99DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,222,253); }

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

background-color css

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

 a { background-color: rgb(153,222,253); }

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

border-color css

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

 span { border-color: rgb(153,222,253); }

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