Html Css Color HEX #85CFF3 Light Sky Blue

📋 copy color: '#85CFF3'

red 133 ◦ green 207 ◦ blue 243

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

Shades of Light Sky Blue #85CFF3

Tints of Light Sky Blue #85CFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.68%

R = 22.81%
G = 35.51%
B = 41.68%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#85CFF3 (or 0x85CFF3) is known color: Light Sky Blue. HEX triplet: 85, CF and F3. RGB value is (133,207,243). Sum of RGB (Red+Green+Blue) = 133+207+243=583 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.81% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #85CFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CFF3 is #7A300C. Grayscale: #BCBCBC. Windows color (decimal): -8007693 or 15978373. OLE color: 15978373.

HSL color Cylindrical-coordinate representation of color #85CFF3: hue angle of 199.64º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85CFF3 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 207 243 -
CMYK 0.45 0.15 0 0.05
HSL 199.64º 0.82% 0.74% -
HSV(B) 199.64º 0.45% 0.95% -
XYZ 48.16 56.08 93.08 -
YUV 188.98 158.48 88.07 -
System Red Green Blue C M Y K H S L
Decimal 133 207 243 0.45 0.15 0 0.05 199.64 0.82 0.74
Hex 85 CF F3 2D F 0 5 C8 52 4A
Octal 205 317 363 55 17 0 5 310 122 112
Binary 10000101 11001111 11110011 101101 1111 0 101 11001000 1010010 1001010

Color Harmonies of #85CFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CFF3

Black with #85CFF3

Text Example


Text Example

White with #85CFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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