Html Css Color HEX #94DBFB Columbia Blue

📋 copy color: '#94DBFB'

red 148 ◦ green 219 ◦ blue 251

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

Shades of Columbia Blue #94DBFB

Tints of Columbia Blue #94DBFB

RGB

 RED value IS 148 (58.2% from 255) = 23.95%

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

 BLUE value IS 251 (98.44% from 255) = 40.61%

R = 23.95%
G = 35.44%
B = 40.61%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#94DBFB (or 0x94DBFB) is known color: Columbia Blue. HEX triplet: 94, DB and FB. RGB value is (148,219,251). Sum of RGB (Red+Green+Blue) = 148+219+251=618 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.95% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #94DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DBFB is #6B2404. Grayscale: #C9C9C9. Windows color (decimal): -7021573 or 16505748. OLE color: 16505748.

HSL color Cylindrical-coordinate representation of color #94DBFB: hue angle of 198.64º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94DBFB is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 219 251 -
CMYK 0.41 0.13 0 0.02
HSL 198.64º 0.93% 0.78% -
HSV(B) 198.64º 0.41% 0.98% -
XYZ 54.96 63.92 100.71 -
YUV 201.42 155.98 89.9 -
System Red Green Blue C M Y K H S L
Decimal 148 219 251 0.41 0.13 0 0.02 198.64 0.93 0.78
Hex 94 DB FB 29 D 0 2 C7 5D 4E
Octal 224 333 373 51 15 0 2 307 135 116
Binary 10010100 11011011 11111011 101001 1101 0 10 11000111 1011101 1001110

Color Harmonies of #94DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DBFB

Black with #94DBFB

Text Example


Text Example

White with #94DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94DBFB; }

 p { color: rgb(148,219,251); }

 H1.HeaderClassName
 {
   color: #94DBFB;
 }
 .AnyTagClassName
 {
   color: #94DBFB;
 }
</style>

background-color css

<style>
 a { background-color: #94DBFB; }

 a { background-color: rgb(148,219,251); }

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

border-color css

<style>
 span { border-color: #94DBFB; }

 span { border-color: rgb(148,219,251); }

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