Html Css Color HEX #B8DDF3 Light Blue

📋 copy color: '#B8DDF3'

red 184 ◦ green 221 ◦ blue 243

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

Shades of Light Blue #B8DDF3

Tints of Light Blue #B8DDF3

RGB

 RED value IS 184 (72.27% from 255) = 28.4%

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

 BLUE value IS 243 (95.31% from 255) = 37.5%

R = 28.4%
G = 34.1%
B = 37.5%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B8DDF3 (or 0xB8DDF3) is known color: Light Blue. HEX triplet: B8, DD and F3. RGB value is (184,221,243). Sum of RGB (Red+Green+Blue) = 184+221+243=648 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.40% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #B8DDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DDF3 is #47220C. Grayscale: #D4D4D4. Windows color (decimal): -4661773 or 15982008. OLE color: 15982008.

HSL color Cylindrical-coordinate representation of color #B8DDF3: hue angle of 202.37º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8DDF3 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 221 243 -
CMYK 0.24 0.09 0 0.05
HSL 202.37º 0.71% 0.84% -
HSV(B) 202.37º 0.24% 0.95% -
XYZ 61.8 68.37 94.73 -
YUV 212.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 184 221 243 0.24 0.09 0 0.05 202.37 0.71 0.84
Hex B8 DD F3 18 9 0 5 CA 47 54
Octal 270 335 363 30 11 0 5 312 107 124
Binary 10111000 11011101 11110011 11000 1001 0 101 11001010 1000111 1010100

Color Harmonies of #B8DDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DDF3

Black with #B8DDF3

Text Example


Text Example

White with #B8DDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DDF3; }

 p { color: rgb(184,221,243); }

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

background-color css

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

 a { background-color: rgb(184,221,243); }

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

border-color css

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

 span { border-color: rgb(184,221,243); }

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