Html Css Color HEX #85CFFD Light Sky Blue

📋 copy color: '#85CFFD'

red 133 ◦ green 207 ◦ blue 253

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

Shades of Light Sky Blue #85CFFD

Tints of Light Sky Blue #85CFFD

RGB

 RED value IS 133 (52.34% from 255) = 22.43%

 GREEN value IS 207 (81.25% from 255) = 34.91%

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

R = 22.43%
G = 34.91%
B = 42.66%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85CFFD (or 0x85CFFD) is known color: Light Sky Blue. HEX triplet: 85, CF and FD. RGB value is (133,207,253). Sum of RGB (Red+Green+Blue) = 133+207+253=593 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.43% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #85CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CFFD is #7A3002. Grayscale: #BDBDBD. Windows color (decimal): -8007683 or 16633733. OLE color: 16633733.

HSL color Cylindrical-coordinate representation of color #85CFFD: hue angle of 203º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85CFFD is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 207 253 -
CMYK 0.47 0.18 0 0.01
HSL 203º 0.97% 0.76% -
HSV(B) 203º 0.47% 0.99% -
XYZ 49.72 56.7 101.25 -
YUV 190.12 163.48 87.26 -
System Red Green Blue C M Y K H S L
Decimal 133 207 253 0.47 0.18 0 0.01 203 0.97 0.76
Hex 85 CF FD 2F 12 0 1 CB 61 4C
Octal 205 317 375 57 22 0 1 313 141 114
Binary 10000101 11001111 11111101 101111 10010 0 1 11001011 1100001 1001100

Color Harmonies of #85CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CFFD

Black with #85CFFD

Text Example


Text Example

White with #85CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85CFFD; }

 p { color: rgb(133,207,253); }

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

background-color css

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

 a { background-color: rgb(133,207,253); }

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

border-color css

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

 span { border-color: rgb(133,207,253); }

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