Html Css Color HEX #99DBFC Columbia Blue

📋 copy color: '#99DBFC'

red 153 ◦ green 219 ◦ blue 252

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

Shades of Columbia Blue #99DBFC

Tints of Columbia Blue #99DBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.1%

 BLUE value IS 252 (98.83% from 255) = 40.38%

R = 24.52%
G = 35.1%
B = 40.38%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#99DBFC (or 0x99DBFC) is known color: Columbia Blue. HEX triplet: 99, DB and FC. RGB value is (153,219,252). Sum of RGB (Red+Green+Blue) = 153+219+252=624 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.52% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #99DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DBFC is #662403. Grayscale: #CACACA. Windows color (decimal): -6693892 or 16571289. OLE color: 16571289.

HSL color Cylindrical-coordinate representation of color #99DBFC: hue angle of 200º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99DBFC is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 219 252 -
CMYK 0.39 0.13 0 0.01
HSL 200º 0.94% 0.79% -
HSV(B) 200º 0.39% 0.99% -
XYZ 56.04 64.46 101.58 -
YUV 203.03 155.63 92.32 -
System Red Green Blue C M Y K H S L
Decimal 153 219 252 0.39 0.13 0 0.01 200 0.94 0.79
Hex 99 DB FC 27 D 0 1 C8 5E 4F
Octal 231 333 374 47 15 0 1 310 136 117
Binary 10011001 11011011 11111100 100111 1101 0 1 11001000 1011110 1001111

Color Harmonies of #99DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DBFC

Black with #99DBFC

Text Example


Text Example

White with #99DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,219,252); }

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

background-color css

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

 a { background-color: rgb(153,219,252); }

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

border-color css

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

 span { border-color: rgb(153,219,252); }

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