Html Css Color HEX #B4DAFD Pale Cornflower Blue

📋 copy color: '#B4DAFD'

red 180 ◦ green 218 ◦ blue 253

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

Shades of Pale Cornflower Blue #B4DAFD

Tints of Pale Cornflower Blue #B4DAFD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.49%

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

R = 27.65%
G = 33.49%
B = 38.86%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B4DAFD (or 0xB4DAFD) is known color: Pale Cornflower Blue. HEX triplet: B4, DA and FD. RGB value is (180,218,253). Sum of RGB (Red+Green+Blue) = 180+218+253=651 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.65% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DAFD is #4B2502. Grayscale: #D2D2D2. Windows color (decimal): -4924675 or 16636596. OLE color: 16636596.

HSL color Cylindrical-coordinate representation of color #B4DAFD: hue angle of 208.77º 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 #B4DAFD is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 218 253 -
CMYK 0.29 0.14 0 0.01
HSL 208.77º 0.95% 0.85% -
HSV(B) 208.77º 0.29% 0.99% -
XYZ 61.62 66.94 102.6 -
YUV 210.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 180 218 253 0.29 0.14 0 0.01 208.77 0.95 0.85
Hex B4 DA FD 1D E 0 1 D1 5F 55
Octal 264 332 375 35 16 0 1 321 137 125
Binary 10110100 11011010 11111101 11101 1110 0 1 11010001 1011111 1010101

Color Harmonies of #B4DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DAFD

Black with #B4DAFD

Text Example


Text Example

White with #B4DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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