Html Css Color HEX #8DCBFD Light Sky Blue

📋 copy color: '#8DCBFD'

red 141 ◦ green 203 ◦ blue 253

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

Shades of Light Sky Blue #8DCBFD

Tints of Light Sky Blue #8DCBFD

RGB

 RED value IS 141 (55.47% from 255) = 23.62%

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

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

R = 23.62%
G = 34%
B = 42.38%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8DCBFD (or 0x8DCBFD) is known color: Light Sky Blue. HEX triplet: 8D, CB and FD. RGB value is (141,203,253). Sum of RGB (Red+Green+Blue) = 141+203+253=597 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.62% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DCBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCBFD is #723402. Grayscale: #BDBDBD. Windows color (decimal): -7484419 or 16632717. OLE color: 16632717.

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

Color convert

RGB 141 203 253 -
CMYK 0.44 0.20 0 0.01
HSL 206.79º 0.97% 0.77% -
HSV(B) 206.79º 0.44% 0.99% -
XYZ 50.07 55.47 101 -
YUV 190.16 163.46 92.93 -
System Red Green Blue C M Y K H S L
Decimal 141 203 253 0.44 0.20 0 0.01 206.79 0.97 0.77
Hex 8D CB FD 2C 14 0 1 CF 61 4D
Octal 215 313 375 54 24 0 1 317 141 115
Binary 10001101 11001011 11111101 101100 10100 0 1 11001111 1100001 1001101

Color Harmonies of #8DCBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCBFD

Black with #8DCBFD

Text Example


Text Example

White with #8DCBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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