Html Css Color HEX #9DCBFD Pale Cornflower Blue

📋 copy color: '#9DCBFD'

red 157 ◦ green 203 ◦ blue 253

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

Shades of Pale Cornflower Blue #9DCBFD

Tints of Pale Cornflower Blue #9DCBFD

RGB

 RED value IS 157 (61.72% from 255) = 25.61%

 GREEN value IS 203 (79.69% from 255) = 33.12%

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

R = 25.61%
G = 33.12%
B = 41.27%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9DCBFD (or 0x9DCBFD) is known color: Pale Cornflower Blue. HEX triplet: 9D, CB and FD. RGB value is (157,203,253). Sum of RGB (Red+Green+Blue) = 157+203+253=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DCBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCBFD is #623402. Grayscale: #C2C2C2. Windows color (decimal): -6435843 or 16632733. OLE color: 16632733.

HSL color Cylindrical-coordinate representation of color #9DCBFD: hue angle of 211.25º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DCBFD is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 203 253 -
CMYK 0.38 0.20 0 0.01
HSL 211.25º 0.96% 0.8% -
HSV(B) 211.25º 0.38% 0.99% -
XYZ 52.99 56.97 101.13 -
YUV 194.95 160.76 100.93 -
System Red Green Blue C M Y K H S L
Decimal 157 203 253 0.38 0.20 0 0.01 211.25 0.96 0.8
Hex 9D CB FD 26 14 0 1 D3 60 50
Octal 235 313 375 46 24 0 1 323 140 120
Binary 10011101 11001011 11111101 100110 10100 0 1 11010011 1100000 1010000

Color Harmonies of #9DCBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCBFD

Black with #9DCBFD

Text Example


Text Example

White with #9DCBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DCBFD; }

 p { color: rgb(157,203,253); }

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

background-color css

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

 a { background-color: rgb(157,203,253); }

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

border-color css

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

 span { border-color: rgb(157,203,253); }

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