Html Css Color HEX #B4DBFD Pale Cornflower Blue

📋 copy color: '#B4DBFD'

red 180 ◦ green 219 ◦ blue 253

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

Shades of Pale Cornflower Blue #B4DBFD

Tints of Pale Cornflower Blue #B4DBFD

RGB

 RED value IS 180 (70.7% from 255) = 27.61%

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

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

R = 27.61%
G = 33.59%
B = 38.8%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B4DBFD (or 0xB4DBFD) is known color: Pale Cornflower Blue. HEX triplet: B4, DB and FD. RGB value is (180,219,253). Sum of RGB (Red+Green+Blue) = 180+219+253=652 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.61% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DBFD is #4B2402. Grayscale: #D3D3D3. Windows color (decimal): -4924419 or 16636852. OLE color: 16636852.

HSL color Cylindrical-coordinate representation of color #B4DBFD: hue angle of 207.95º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4DBFD is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 219 253 -
CMYK 0.29 0.13 0 0.01
HSL 207.95º 0.95% 0.85% -
HSV(B) 207.95º 0.29% 0.99% -
XYZ 61.88 67.46 102.69 -
YUV 211.22 151.58 105.74 -
System Red Green Blue C M Y K H S L
Decimal 180 219 253 0.29 0.13 0 0.01 207.95 0.95 0.85
Hex B4 DB FD 1D D 0 1 D0 5F 55
Octal 264 333 375 35 15 0 1 320 137 125
Binary 10110100 11011011 11111101 11101 1101 0 1 11010000 1011111 1010101

Color Harmonies of #B4DBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DBFD

Black with #B4DBFD

Text Example


Text Example

White with #B4DBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DBFD; }

 p { color: rgb(180,219,253); }

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

background-color css

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

 a { background-color: rgb(180,219,253); }

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

border-color css

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

 span { border-color: rgb(180,219,253); }

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