Html Css Color HEX #B3DCFD Pale Cornflower Blue

📋 copy color: '#B3DCFD'

red 179 ◦ green 220 ◦ blue 253

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

Shades of Pale Cornflower Blue #B3DCFD

Tints of Pale Cornflower Blue #B3DCFD

RGB

 RED value IS 179 (70.31% from 255) = 27.45%

 GREEN value IS 220 (86.33% from 255) = 33.74%

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

R = 27.45%
G = 33.74%
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

#B3DCFD (or 0xB3DCFD) is known color: Pale Cornflower Blue. HEX triplet: B3, DC and FD. RGB value is (179,220,253). Sum of RGB (Red+Green+Blue) = 179+220+253=652 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.45% from 652); Green value is 220 (86.33% from 255 or 33.74% 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 #B3DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DCFD is #4C2302. Grayscale: #D3D3D3. Windows color (decimal): -4989699 or 16637107. OLE color: 16637107.

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

Color convert

RGB 179 220 253 -
CMYK 0.29 0.13 0 0.01
HSL 206.76º 0.95% 0.85% -
HSV(B) 206.76º 0.29% 0.99% -
XYZ 61.91 67.86 102.76 -
YUV 211.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 179 220 253 0.29 0.13 0 0.01 206.76 0.95 0.85
Hex B3 DC FD 1D D 0 1 CF 5F 55
Octal 263 334 375 35 15 0 1 317 137 125
Binary 10110011 11011100 11111101 11101 1101 0 1 11001111 1011111 1010101

Color Harmonies of #B3DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DCFD

Black with #B3DCFD

Text Example


Text Example

White with #B3DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DCFD; }

 p { color: rgb(179,220,253); }

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

background-color css

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

 a { background-color: rgb(179,220,253); }

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

border-color css

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

 span { border-color: rgb(179,220,253); }

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